Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
2.2.1
-
None
-
Unit
-
Unknown
-
Description
This used to work:
$xwiki.getDocument("otherwiki:Space1.Page1").getObjects("Space2.Page2")
But it now fails and only the following works:
$xwiki.getDocument("otherwiki:Space1.Page1").getObjects("otherwiki:Space2.Page2")