-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF28, 6.0-HF02, 7.1
-
Component/s: Renditions
Steps to reproduce:
- Create a Web Template document:
- Name=SimpleTest
- Processor=Raw Freemarker
- Content=
A: ${a} B: ${b}
- Go to Template Configuration tab then to Parameters.
Nuxeo correctly identifies two parameters in the template, "a" and "b". - Enter values for a and b: a="A", b="B".
- Click Save.
- Log out and log in back
- Go back to SampleTest document and the in Template Configuration > Parameters
=> the values for a and b parameters were not correctly saved.