remove option Create project from Designer menu

This commit is contained in:
Fernando Ontiveros
2025-04-26 12:49:46 +00:00
parent 6a5e44a04c
commit 990657ebc1
2 changed files with 3 additions and 4 deletions

View File

@@ -856,7 +856,6 @@ class Bootstrap
/**
* streaming a big JS file with small js files
*
* @author Fernando Ontiveros Lira <fernando@colosa.com>
* @access public
* @param string $file
* @return string

View File

@@ -248,9 +248,9 @@ Ext.onReady(function(){
arrayMenuNewOption.push(mnuNewBpmnProject);
}
if (typeof(arrayFlagMenuNewOption["pm"]) != "undefined") {
arrayMenuNewOption.push(mnuNewProject);
}
//if (typeof(arrayFlagMenuNewOption["pm"]) != "undefined") {
// arrayMenuNewOption.push(mnuNewProject);
//}
for (i = 0; i <= arrayMenuNewOptionPlugin.length - 1; i++) {
try {