Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.7.1, 3.0
-
Fix Version/s: None
-
Component/s: Web - Templates & Resources
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
XWIKI-4624Auto suggest in group edition is broken in sub wikis XWIKI-6492auto suggestion of tag names doesn't work any more XWIKI-7958WYSIWYG Admin section 'Style' plugin does not auto-suggest the 'stylename' feature XWIKI-1274Add auto-suggest feature for tags XWIKI-4676Suggest not working when adding global users to a local group XWIKI-6086 Go to page doesn't work when typing "Admin" with a user not having programming rights XWIKI-72Login with XWiki password if user not in LDAP doesn't work XWIKI-5791 Duplicated suggested names in auto-suggest XWIKI-263Control-Z doesn't work XWIKI-264Table in a table doesn't work
Description
The auto-suggest doesn't work while administering local groups in a sub-wiki.
This happens because the value of the select is not taken into account.
The xwiki.js code is hardcoded to use only the 'local' mode("wiki=local"):
"xpage=uorgsuggest&classname=XWiki.XWikiUsers&wiki=local&uorg=user&"
Issue Links
- duplicates
-
XWIKI-4022
Improve users/groups list field displayer
-
Fixed by
XWIKI-4022(the user picker has a local/global scope toggle).