-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
During todays debugging session with @jensens and @gogo we found out that editing the properties modal and the field settings modal have the following regressions:
- Since the original edit form is loaded and saved via GET/POST requests in
mosaic.overlay.jsthe patterns aren't initialized correctly again in the.mosaic-original-contentform. This leads to a JS error when saving the whole page. - Additionally the events are bound multiple times, so every time you edit your properties modal the reload event of the original content node gets duplicated 😰
Possible solution:
- manipulate the
.mosaic-original-content formvalues via JS when you editPropertiesorfieldtile settings. - your idea here
jensens
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress