Release note v15.3
------------------ ### Fixes * Fix issue: classes should be loaded even the module is disabled * Deleting the only Admin user is not allowed * Fixes for handling non UTF-8 * Fix for non-mandatory select boxes are shown as mandatory
This commit is contained in:
@@ -39,6 +39,7 @@ include (APP_BASE_PATH."classes/UIManager.php");
|
||||
include (APP_BASE_PATH."classes/RestApiManager.php");
|
||||
include (APP_BASE_PATH."classes/ModuleBuilder.php");
|
||||
include (APP_BASE_PATH."classes/SimpleImage.php");
|
||||
include (APP_BASE_PATH."classes/Macaw.php");
|
||||
include (APP_BASE_PATH."classes/crypt/Aes.php");
|
||||
include (APP_BASE_PATH."classes/crypt/AesCtr.php");
|
||||
|
||||
@@ -112,7 +113,8 @@ if(defined('CLIENT_PATH')){
|
||||
$moduleManagerObj->setupUserClasses($userTables);
|
||||
$moduleManagerObj->setupFileFieldMappings($fileFields);
|
||||
$moduleManagerObj->setupErrorMappings($mysqlErrors);
|
||||
$moduleManagerObj->setupRestEndPoints();
|
||||
//$moduleManagerObj->setupRestEndPoints();
|
||||
$moduleManagerObj->initCalculationHooks();
|
||||
|
||||
$modelClassList = $moduleManagerObj->getModelClasses();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user