Validating notice when a assigned dynaform is deleted
This commit is contained in:
@@ -365,7 +365,7 @@ class Step extends BaseStep
|
|||||||
$aRow = $oDataset->getRow();
|
$aRow = $oDataset->getRow();
|
||||||
|
|
||||||
if ($aRow['DYN_TYPE'] != 'xmlform') {
|
if ($aRow['DYN_TYPE'] != 'xmlform') {
|
||||||
|
$check = 0;
|
||||||
$oC1 = new Criteria( 'workflow' );
|
$oC1 = new Criteria( 'workflow' );
|
||||||
$oC1->add( DynaformPeer::PRO_UID, $sproUid );
|
$oC1->add( DynaformPeer::PRO_UID, $sproUid );
|
||||||
$oC1->add( DynaformPeer::DYN_TYPE, "xmlform" );
|
$oC1->add( DynaformPeer::DYN_TYPE, "xmlform" );
|
||||||
|
|||||||
Reference in New Issue
Block a user