Changes for page App Within Minutes
Last modified by Ludovic Dubost on 2019/05/20 19:03
To version 3.1
edited by Ludovic Dubost
on 2015/09/01 11:47
on 2015/09/01 11:47
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui-7.1]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,4 +24,5 @@ 24 24 }) 25 25 #set($columns = ['doc.space', 'doc.author', 'doc.date', '_actions']) 26 26 #livetable('livetable' $columns $columnsProperties $options) 27 +#set($docextras=[]) 27 27 {{/velocity}}
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -2,6 +2,5 @@ 2 2 // Add the xredirect parameter to the query string of the delete action to 3 3 // redirect the user back to the live table after an application is deleted. 4 4 var deleteLink = event.memo.row.down('td.actions').down('a.actiondelete'); 5 - // The delete URL doesn't have any query string by default. 6 - deleteLink.href = deleteLink.href + '?xredirect=' + encodeURIComponent(window.location.href); 5 + deleteLink.href = deleteLink.href + '&xredirect=' + encodeURIComponent(window.location.href); 7 7 });