Validating notice when a assigned dynaform is deleted

This commit is contained in:
Julio Cesar Laura
2013-04-25 10:38:25 -04:00
parent 993289bc3f
commit 6c5f487b21

View File

@@ -365,7 +365,7 @@ class Step extends BaseStep
$aRow = $oDataset->getRow();
if ($aRow['DYN_TYPE'] != 'xmlform') {
$check = 0;
$oC1 = new Criteria( 'workflow' );
$oC1->add( DynaformPeer::PRO_UID, $sproUid );
$oC1->add( DynaformPeer::DYN_TYPE, "xmlform" );