BUG 10856 When import a Process with 'Derivation Screen', it does not have set the template html to show.

When import a Process with 'Derivation Screen', it does not have set the template html to show at the end of a case. Solved.
This commit is contained in:
jennylee
2013-02-20 15:52:32 -04:00
parent 369309c87d
commit 6c1ebd5213

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' );