Enhancement
Major
Detail
Major
Detail
Currently, new ScriptRecorder templates are available at
deploy/private/webapp/WEB-INF/test/
are created. This is not desired s. Ticket #24558.
A better path is e.g. the test directory of the application directly under webapp/WEB-INF. For the TL demo e.g.
com.top_logic.demo/webapp/WEB-INF/test/
Conversion
New templates are saved directly under the configured root folder of the toplevel module of the application. The value of the configured root folder in tl:TemplateResourceLocator and tl:TemplateTreeBuilder is by default the alias SCRIPT_TEMPLATE_PATH. In scriptingTemplateConf.xml, for example, this is assigned the value /WEB-INF/test/actions. So without changing the configuration it will be used in the demo application in
com.top_logic.demo/src/main/webapp/WEB-INF/test/actions
created.
Test
Create new template in demo and check if in com.top_logic.demo/src/main/webapp/WEB-INF/test/actions the new template was created.