Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.0 M4
-
None
-
Unknown
-
Description
Wiki macros need programming rights to execute (otherwise scripting code inside wiki macro body will not be executed).
Since most of the time macro users do not have programming rights, we had to workaround for granting programming rights for wiki macros. And the solutions was to change the context document to macro definition document for the duration of the wiki macro execution.
But this workaround causes problems when the scripts inside the wiki macro needs to access the current document. This needs to be fixed.