Actions
Feature #780
closedPath with resources - support multiple locations
Status:
Closed
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Configuration
Target version:
Start date:
10/23/2017
Due date:
% Done:
100%
Estimated time:
8.00 h
Owner:
Description
Templates, scripts, etc. are loaded from path by configuration:
https://wiki.czechidm.com/devel/dev/configuration/backend#templates
https://wiki.czechidm.com/devel/dev/configuration/backend#scripts
https://wiki.czechidm.com/devel/dev/configuration/backend#activiti_workflow
It's needed to support multiple paths - default (in jar) + external . We don't want to copy default templates into external paths. External path has higher priority - when template with the same code is found in external path, then will be used (last wins strategy will be applied - e.q. path="/default, /external").
Related issues
Actions