-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
Steps to reproduce:
- Download a Camunda Distribution containing Tomcat
- Modify config.js resides in ${PATH_TO_TOMCAT}/webapps/camunda/app/cockpit/scripts, so that it looks like
window.camCockpitConf = { bpmnJs: { moddleExtensions: { camunda: 'scripts/camunda' } } };
- Move camunda.json into ${PATH_TO_TOMCAT}/webapps/camunda/app/cockpit/scripts
- Start Camunda Distribution
- Open in browser http://localhost:8080/camunda/app/cockpit/default/
Expected Behavior:
The login page is shown, so that a user can login into Cockpit.
Observed Behavior:
- The loading indicator does not go away
- The following error is shown in the browser console
Error: [$injector:nomod] Module 'cam.cockpit.custom' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument. http://errors.angularjs.org/1.2.29/$injector/nomod?p0=cam.cockpit.custom at deps.js?bust=7.10.0:4780 at deps.js?bust=7.10.0:6381 at ensure (deps.js?bust=7.10.0:6305) at Object.module (deps.js?bust=7.10.0:6379) at camunda-cockpit-bootstrap.js?bust=7.10.0:1 at Object.execCb (require.js:1690) at Module.check (require.js:865) at Module.enable (require.js:1177) at Module.init (require.js:783) at require.js:1453 check @ require.js:900
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-9603 Defined moddle extensions are not applied in Cockpit
- Closed