Magnolia 6.2.19 known issues
Default timezone overwritten
In Magnolia 6.2.19, when editing a user profile that doesn’t have an explicitly configured timezone (the timezone defaults to the server’s timezone in this case), the timezone is overwritten with the GMT timezone after saving the edit dialog.
For more details and a workaround, see ADMINCTR-70.
Error when adding a component
An error occurs after selecting a component on a page and clicking the Add component
action in the Pages app
for Magnolia 6.2.19.
The issue can be fixed by editing the createNewComponentWithSelectedComponent.yaml
file in the Resource Files
app. To implement the fix, remove the $type
declaration from the file and replace it with the class
row shown in the fixed YAML file below.
!include:/pages-app/dialogs/newComponent.yaml
actions:
commit:
class: info.magnolia.pages.app.detail.action.CreateNewComponentWithSelectedComponentAction
For more details, see PAGES-630.