Merge pull request #1338 from Jennydmz/BUG-10856

BUG 10856 When import a Process with 'Derivation Screen', it does not have set the template html to show.
This commit is contained in:
julceslauhub
2013-02-20 12:32:17 -08:00

View File

@@ -467,6 +467,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']);
// validate if the category exists
$criteria = new Criteria( 'workflow' );