Changes for page Group Management

Last modified by Ecaterina Moraru (Valica) on 2020/01/28

<
From version < 26.4 >
edited by JorisDirks
on 2010/09/14
To version < 28.1 >
edited by Silvia Macovei
on 2012/03/13
>
Change comment: Upload new image DeleteGroup.png

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.JorisDirks
1 +XWiki.SilviaRusu
Content
... ... @@ -43,3 +43,23 @@
43 43  {{info}}
44 44  Note that when you delete a group, the users or groups in that group are not deleted. If you also want to delete the members of the group, you will have to delete them manually from **##Users##** and the **##Groups##** pages.
45 45  {{/info}}
46 +
47 += Modify the number of groups displayed in the list =
48 +
49 +This is valid as of v3.5 (I think it works on any 3.x version).
50 +
51 +You have to edit XWiki.AdminGroupsSheet for groups.
52 +
53 +The page contains a line like this:
54 +
55 +{{code}}
56 +var ta = new XWiki.widgets.LiveTable("$url", "groupstable", callback);
57 +{{/code}}
58 +
59 +Just replace it with:
60 +
61 +{{code}}
62 +var ta = new XWiki.widgets.LiveTable("$url", "groupstable", callback, {limit: 100});
63 +{{/code}}
64 +
65 +where 100 is the number of items displayed per page.
DeleteGroup.png
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Sorin
1 +XWiki.SilviaRusu
Size
... ... @@ -1,1 +1,1 @@
1 -34.3 KB
1 +12.8 KB
Content
XWiki.XWikiComments[0]
Date
... ... @@ -1,1 +1,1 @@
1 -2010-09-14 14:13:09.912
1 +2010-09-14 14:13:09.0

Get Connected