Details
-
Bug
-
Resolution: Fixed
-
Major
-
9.11.4
-
Unknown
-
N/A
-
N/A
-
Description
If an extension implements ResourceReferenceHandler<EntityResourceAction> then its action is not correctly set in the XWikiContext.
The reason is that because the action is set early in XWikiRequestProcessor#processPath() and before any XWikiContext is created and thus the DefaultEntityResourceActionLister which uses the ContextComponentManagerProvider fails to find the contributed component (since the context is null it looks only in the root CM).
Attachments
Issue Links
- blocks
-
LATEX-53 xcontext.action doesn't return "latexexport"
- Closed