Hi Folks,
I’m working with several templates and each template in Designer corresponds to a process in WF.
I need to change just one standardized field in all the templates.
Is there a more efficient way of doing this without having to open template by template?
I assume that it is not the answer you are looking for but you have to open the Templates one by one in the Designer application, apply the change, save the Templates and reimport the Templates in Workflow.
Personally I would not recommend to change the section-*.html files in the C:\ProgramData\Objectif Lune\PlanetPress Workflow 8\PlanetPress Watch\OLConnect\Template directory. This, i.a., because:
a. The change may not be immediately applied in production
b. What are you going to do next time a (big) change needs to be implemented?
All our templates are now generalized as much as possible, where I even have an external configuration file per template to control behavior within the templates.
I still need to check whether a change in for example a rscss file will force a change (a recompile) in the template automatically.