Removing bpmn remainings
This commit is contained in:
@@ -435,9 +435,6 @@ class Main extends Controller
|
|||||||
if (strpos( $menu['target'], 'cases/main' ) !== false) {
|
if (strpos( $menu['target'], 'cases/main' ) !== false) {
|
||||||
$menus[$i]['target'] = str_replace( 'cases/main', 'cases/main_init', $menus[$i]['target'] );
|
$menus[$i]['target'] = str_replace( 'cases/main', 'cases/main_init', $menus[$i]['target'] );
|
||||||
}
|
}
|
||||||
if (strpos( $menu['target'], 'bpmn/main' ) !== false) {
|
|
||||||
$menus[$i]['target'] = str_replace( 'bpmn/main', 'bpmn/mainInit', $menus[$i]['target'] );
|
|
||||||
}
|
|
||||||
if (strpos( $menu['target'], 'processes/main' ) !== false) {
|
if (strpos( $menu['target'], 'processes/main' ) !== false) {
|
||||||
$menus[$i]['target'] = str_replace( 'processes/main', 'processes/mainInit', $menus[$i]['target'] );
|
$menus[$i]['target'] = str_replace( 'processes/main', 'processes/mainInit', $menus[$i]['target'] );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ if ($RBAC->userCanAccess('PM_CASES') == 1) {
|
|||||||
|
|
||||||
// DESIGNER MODULE
|
// DESIGNER MODULE
|
||||||
if ($RBAC->userCanAccess('PM_FACTORY') == 1 ) {
|
if ($RBAC->userCanAccess('PM_FACTORY') == 1 ) {
|
||||||
//$G_TMP_MENU->AddIdRawOption('BPMN', 'bpmn/main', 'BPMN DESIGNER','', '', '', 'x-pm-bpmn');
|
|
||||||
$G_TMP_MENU->AddIdRawOption('PROCESSES', 'processes/main', G::LoadTranslation('ID_DESIGNER'), '', '', '', 'x-pm-designer');
|
$G_TMP_MENU->AddIdRawOption('PROCESSES', 'processes/main', G::LoadTranslation('ID_DESIGNER'), '', '', '', 'x-pm-designer');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user