ProcessMaker-BE "Trigger Wizard (fixes)"
- En el listado de trigger wizards no estaba ordenado, ahora se despliega ordenadamente - Se corrigio el .feature correspondiente para que aplique el cambio - Otros fixes tambien se realizaron
This commit is contained in:
@@ -1603,6 +1603,8 @@ class Process
|
||||
$triggerLibrary = \triggerLibrary::getSingleton();
|
||||
$library = $triggerLibrary->getRegisteredClasses();
|
||||
|
||||
ksort($library);
|
||||
|
||||
foreach ($library as $key => $value) {
|
||||
$libraryName = (preg_match("/^class\.?(.*)\.pmFunctions\.php$/", $key, $arrayMatch))? ((isset($arrayMatch[1]) && $arrayMatch[1] != "")? $arrayMatch[1] : "pmFunctions") : $key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user