Merge pull request #1492 from Jennydmz/BUG-11079

BUG 11079 Notice when importing a process form Browse Library
This commit is contained in:
julceslauhub
2013-04-02 11:13:04 -07:00

View File

@@ -468,7 +468,7 @@ class Process extends BaseProcess
$this->setProTriReassigned( isset( $aData['PRO_TRI_REASSIGNED'] ) ? $aData['PRO_TRI_REASSIGNED'] : '' );
$this->setProShowDelegate( $aData['PRO_SHOW_DELEGATE'] );
$this->setProShowDynaform( $aData['PRO_SHOW_DYNAFORM'] );
$this->setProDerivationScreenTpl($aData['PRO_DERIVATION_SCREEN_TPL']);
$this->setProDerivationScreenTpl( isset( $aData['PRO_DERIVATION_SCREEN_TPL']) ? $aData['PRO_DERIVATION_SCREEN_TPL'] : '' );
// validate if the category exists
$criteria = new Criteria( 'workflow' );