Hi all,<br><br>I'm currently restructuring our site and modules. <br>During this process, some templates are moved from one module to another.<br>However, there are a couple of existing pages that have the shared property "template-elements" already set and I don't know how to update them.<br>
<br>Of course I can update the indivudal file properties in administration but that would result in quite inconsistent properties.<br><br>Example:<br><br>old template path:  /system/modules/my.module.old/templates/sometemplate.jsp<br>
new template path: /system/modules/my.module.new/templates/sometemplate.jsp<br><br>When I update the individual properties for the files that use that template, I get this:<br><br><br>somefile: <br>- template-elements (indiv.): /system/modules/my.module.new/templates/sometemplate.jsp    <-- this is ok<br>
- template-elements (shared): /system/modules/my.module.old/templates/sometemplate.jsp   <-- still the old value<br><br>I changed the resourcetype definition to use the new path as shared "template-elements" property, but that didn't update the existing files.<br>
<br>How would I do that?<br><br>Regards,<br><br>Thomas<br>