On Mon, Dec 5, 2016 at 9:42 AM, aleksey-s <a1ewka@ya.ru> wrote:
Hi Thomas,
I revert changes for XWiki/XWikiPreference and XWiki/XWikiAdminGroup (to version before update). For XWikiAdminGroup it helped to restore admin rights, but for XWiki/XWikiPreference it not helped.
I don't see Admin UI in /xwiki/bin/admin/XWiki/XWikiPreferences - page only show group members of XWikiPreferences
In web server logs I see GET requests if I open this page:
"GET /xwiki/bin/lock/XWiki/XWikiPreferences?ajax=1&action=admin& HTTP/1.1" 204 0 "http://localhost/xwiki/bin/admin/XWiki/XWikiPreferences"
"GET /xwiki/bin/view/XWiki/XWikiPreferences?xpage=getgroupmembers&offset=1&limit=15&reqNo=1&sort=member&dir=asc HTTP/1.1" 200 53 "http://localhost/xwiki/bin/admin/XWiki/XWikiPreferences"
You have xpage=getgroupmembers in your URL which force the group UI. Try to do to /xwiki/bin/view/XWiki/XWikiPreferences.
What component show Admin UI instead group members ? (I think it not work for my version)
-- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-update-from-7-1-2-to-8-4-1-tp... Sent from the XWiki- Users mailing list archive at Nabble.com.
-- Thomas Mortagne