Hello,
vmassol and tmortgane give me these answers when chatting with them.
Here:
To add a new custom application in applications index:
-
http://platform.xwiki.org/xwiki/bin/view/ExtensionPoint/
-
http://platform.xwiki.org/xwiki/bin/view/ExtensionPoint/
-
http://platform.xwiki.org/xwiki/bin/view/ExtensionPoint/AddApplicationUIX
Like I said applications panel show applications I select with "Administration -
applications panel":
http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globala…
Application index show all applications because it is his main feature.
To hide applications for users, like scheduler I must use permissions on the app space (ie
set view rights for adminGroups)
To have exactly the same display as the app panel, in Applications.WebHome I must
replace:
#displayAppEntries('org.xwiki.platform.panels.Applications', '')
with
#set ($configDoc = $xwiki.getDocument($services.model.createDocumentReference('',
'PanelsCode', 'ApplicationsPanelConfiguration')))
#displayAppEntries('org.xwiki.platform.panels.Applications' $configDoc)
Thxs
--------------------------------------------
En date de : Mar 21.3.17, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> a écrit :
Objet: How to manage applications list?
À: "XWiki Users" <users(a)xwiki.org>
Date: Mardi 21 mars 2017, 12h02
Hello,
I didn't manage to display applications lists by default for
user on page:
http://localhost:8080/xwiki/bin/view/Applications/
I know that I can display default application on left bar
with "Administration - applications panel":
http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globala…
Is it a normal feature that "Applications list" and
Applications list on left bar didn't display same lists?
Like my nice screenshot:
https://snag.gy/NemQSX.jpg
Anyway, I didn't found the page (or the way) where is store
applications entry...
Thxs for your help
Pascal