User tests: Successful: Unsuccessful:
...view.templates
The ConfigViewCmsHtml is just overwritten for each Loadtemplate() call...any parameters NOT overwritten by a future template will perpetuate. IE add a description into the site (site settings) configuration template. It will be written to all subsequent templates.
This patch provides a quick fix that resets the name, fieldname and description after the output buffer is cleared and the template _output is returned.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-05-07 12:06:26 |
I wouldn't mess around in the view class here to fix an issue produced somewhere else.
You could probably easily reset the properties in the layout itself after loading the layoutfile.