Feature #780
closedPath with resources - support multiple locations
100%
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
Updated by Radek Tomiška about 7 years ago
- Related to Task #476: ConfigurationService - support collections added
Updated by Radek Tomiška about 7 years ago
- Status changed from New to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- Target version set to Forsterite (7.6.0)
- % Done changed from 0 to 90
Support multiple locations was added for scripts, templates a worfklow definitions.
Documetation:
https://wiki.czechidm.com/devel/dev/configuration/backend
https://wiki.czechidm.com/devel/dev/notification/templates
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/b0579d46377a965748e5e23190469344abe7462b
Could you pls do a review?
Updated by Vít Švanda about 7 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did review and everything works. Workflow resource bean looks very inspirational. I added litle note to the wiki.