Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3-milestone-1
-
Component/s: Office
-
Labels:
-
Difficulty:Easy
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
XWIKI-5374 When the parent is missing set the space WebHome as a parent XWIKI-5955WebPreferences page of newly created spaces has no parent and reported as orphan XWIKI-7572 Wrong parent set when creating a space using the Space Dashboard template XWIKI-4903Improve Page/Space creation template XWIKI-7448Wrong parent of WebHome when creating a Space using Space Dashboard Template XWIKI-5898Add page space and parent support in livetable options XWIKI-8785Imported document gets their parent resolved against the default resolver XWIKI-6378Automatically generate target-space text field value from request URL XWIKI-6561Added document from Office creates document in XWiki space if no target space specified XWIKI-1324Implement a space rights inheritance mechanism
Description
When using Add > Page from Office, the field "Target space" is empty. It could default to the space OfficeImporter was called from, as the user is most likely to want the new document(s) in the same space.
Already the argument "parent=" is given, so the space-part from that value can be used.
For instance:
/view/XWiki/OfficeImporter?&parent=Sandbox.WebHome
Target space should be: "Sandbox"
Issue Links
- is duplicated by
-
XWIKI-6561
Added document from Office creates document in XWiki space if no target space specified
-
-
XWIKI-6378
Automatically generate target-space text field value from request URL
-
- relates to
-
XWIKI-5495
Office Importer ignores the parent setting in the URL although it's passed to it
-