From version < 2.6 >
edited by etvc developer
on 2019/09/19 18:38
To version < 2.10 >
edited by etvc developer
on 2019/09/19 23:07
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,13 +9,11 @@
9 9   (% class="xform half" %)(((
10 10   {{error}}You are not logged in!{{/error}}
11 11   )))
12 - #else
13 - #if(!$xwiki.hasAdminRights() && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup"))
12 + #elseif(!$xwiki.hasAdminRights() && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup") &&!$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAUserGroup"))
14 14   (% class="xform half" %)(((
15 - {{error}}You didn't have rights to see all Companies list!{{/error}}
14 + {{error}}You don't have rights to see all Companies list!{{/error}}
16 16   )))
17 - #end
18 - go to AGA
16 + #else
19 19   $response.sendRedirect($xwiki.getURL("AGA.WebHome", "view"))
20 20   #end
21 21  #end