You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
When you change the content type of a property in an existing template, you can't change that property in the actual page.
Example:
The property example has the content type text_line. Let's say you have a page that uses this template. If you change the content type of example to snippet (or likely any other content type), you can't change the example property in the admin interface and a JavaScript Error appears in the browser console.
Expected Behavior
The content editor should be able to change the example property after changing it's content type in the template's xml definition.
Actual Behavior
This issue is about changing a page's structure.
When you change the content type of a property in an existing template, you can't change that property in the actual page.
Example:
The property
example
has the content typetext_line
. Let's say you have a page that uses this template. If you change the content type ofexample
tosnippet
(or likely any other content type), you can't change theexample
property in the admin interface and a JavaScript Error appears in the browser console.Expected Behavior
The content editor should be able to change the
example
property after changing it's content type in the template's xml definition.Steps to Reproduce
default.xml
template (https://github.com/sulu/sulu-standard/blob/develop/app/Resources/pages/default.xml.dist)images
property tocontact
images
property.The text was updated successfully, but these errors were encountered: