Changes for page Extensions

Last modified by Simon Urli on 2021/03/17 22:09

From version 26.1
edited by Vincent Massol
on 2016/09/06 11:14
Change comment: There is no comment for this version
To version 26.3
edited by Vincent Massol
on 2016/09/08 19:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,2 +1,8 @@
1 -{{include document="ExtensionCode.RecommendedExtensions.WebHome"/}}
2 -
1 +{{velocity}}
2 +## Redirect the user on the extension page he was at previously.
3 +#set ($reference = $request.getSession().getAttribute("exoExtensionHome"))
4 +#if ("$!reference" == '')
5 + #set ($reference = 'ExtensionCode.RecommendedExtensions.WebHome')
6 +#end
7 +{{display reference="$reference"/}}
8 +{{/velocity}}

Get Connected