Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.5.3
-
None
-
Unknown
-
N/A
-
N/A
-
Description
When editing the calendar macro inline and modifying any parameter, the changes are not visible after saving and viewing the page. The changes become visible only after refreshing the page.
This happens because the JS is hardcoded in velocity, along with the listeners, so each time the macro is called (ex: inline edit/view), the JS is injected again, with new conflicting listeners.