Details
-
Improvement
-
Resolution: Fixed
-
Major
-
7.2-milestone-1
Description
Currently, it creates one space per application. In the future, we might want to create an application in a subspace.
Example of code that will cause a problem:
#set($templateRef = $services.model.createDocumentReference($doc.wiki, $doc.space, "${className}Template"))
must be replaced by:
$services.model.resolveDocument("${className}Template")
ie: the reference will be created in the current (sub) space.
Attachments
Issue Links
- relates to
-
XWIKI-12741 The application code and data spaces should be nested inside the application space
- Closed