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
Click the "configure" button for one of the blocks.
Expand the "Conditions" fieldset and click on "Add condition".
Select any condition (for example "Front page") and click on "Add condition".
Notice how the "dirty" from flag has been fired and there is a "The form has unsaved changes ..." message in the background.
Hit the "Cancel" button instead of the "Add condition".
Notice how you return to the layout config page with the condition not saved (you've hit the "cancel" button in step 5 previously), but the "The form has unsaved changes ..." message is still there.
Refresh the page and see the message is still there.
Hit the "cancel" button at the bottom of the page in order to remove the "dirty" form flag.
PS: This is one of the reasons why I think we should move all the steps required for adding a condition in the same dialogue form: #1020
The text was updated successfully, but these errors were encountered:
The issue over in #1020 and associated PR will solve this problem as a side-effect of the new implementation for adding conditions, as there won't be a separate dialog for configuring a condition any more, it'll be combined with the existing dialog for adding a condition. Let's close to consolidate issues.
Steps to reproduce:
Notice how the "dirty" from flag has been fired and there is a "The form has unsaved changes ..." message in the background.
Notice how you return to the layout config page with the condition not saved (you've hit the "cancel" button in step 5 previously), but the "The form has unsaved changes ..." message is still there.
PS: This is one of the reasons why I think we should move all the steps required for adding a condition in the same dialogue form: #1020
The text was updated successfully, but these errors were encountered: