Changes for page Call Flow


From version 26.1
edited by administrator BDP
on 2019/08/30 12:51
Change comment: There is no comment for this version
To version 27.1
edited by administrator BDP
on 2024/01/09 16:41
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +default
Code
... ... @@ -1,0 +1,9 @@
1 +## Hide tabs if the user is not internal or not an admin
2 +#set($currentUserGroups = $services.user.group.getGroupsFromAllWikis($xcontext.userReference)
3 +#set($internalUserGroupReference = $services.model.createDocumentReference('xwiki', ['XWiki'], 'XWikiAdminGroup'))
4 +#if (!($currentUserGroups.contains($internalUserGroupReference) || $hasAdmin))
5 + #tmMoreActions {
6 + display: none;
7 + }
8 +#end
9 +
Name
... ... @@ -1,0 +1,1 @@
1 +Hide More Action Menu
Parse content
... ... @@ -1,0 +1,1 @@
1 +Yes
Use this extension
... ... @@ -1,0 +1,1 @@
1 +always