Prevent from creation of new content in footer when footer.editable is set to 
false
-----------------------------------------------------------------------------------

                 Key: MGNLSTK-700
                 URL: http://jira.magnolia-cms.com/browse/MGNLSTK-700
             Project: Magnolia Standard Templating Kit
          Issue Type: Bug
          Components: paragraphs
    Affects Versions: 1.3.5
            Reporter: Vivian Steller
            Assignee: Philipp Bärfuss
            Priority: Minor


On section templates it's still possible to create elements in the footer, even 
when footer.editable is set to false.

To fix this, in paragraphs/footer/footer.ftl change line 7 from:
[#if mgnl.editMode]
to
[#if mgnl.editMode && model.root.def.footer.editable]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to