Spaces:
Sleeping
Sleeping
processmaker-community / processmaker-files /workflow /engine /methods /setup /environmentSettings.php
| global $RBAC; | |
| $RBAC->requirePermissions( 'PM_SETUP' ); | |
| $c = new Configurations(); | |
| $oHeadPublisher = & headPublisher::getSingleton(); | |
| $oHeadPublisher->addExtJsScript( 'setup/environmentSettings', true ); | |
| //$conf->aConfig['startCaseHideProcessInf'] | |
| $oHeadPublisher->assign( 'FORMATS', $c->getFormats() ); | |
| G::RenderPage( 'publish', 'extJs' ); | |