diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 3e9403435..6daa8435e 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -450,6 +450,14 @@ our $HELP = { related => [ ] }, + 'manage groups in group' => { + title => '813', + body => 'manage groups in group body', + fields => [ + ], + related => [ + ] + }, 'users manage' => { title => '658', body => '613', diff --git a/lib/WebGUI/Operation/Group.pm b/lib/WebGUI/Operation/Group.pm index 089e6b93d..2d80472dc 100644 --- a/lib/WebGUI/Operation/Group.pm +++ b/lib/WebGUI/Operation/Group.pm @@ -640,7 +640,7 @@ sub www_manageGroupsInGroup { my $output = $f->print; $output .= '
'; $output .= walkGroups($session, $session->form->process("gid")); - return _submenu($session,$output,'813'); + return _submenu($session,$output,'813', 'manage groups in group'); } #------------------------------------------------------------------- diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index df412894b..6cf68e433 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3159,6 +3159,13 @@ that Asset and all Assets below it. lastUpdated => 1132359408 }, + 'manage groups in group body' => { + message => q|In this form, you will add or remove groups to this group. Doing this with several groups can create a hierarchy of groups (think about a tree structure) with parent groups and children groups. The privileges of parent groups flow down to children groups.
+WebGUI will prevent you from creating circular structures that could cause it to go into an infinite loop while recursing down through groups.
+|, + lastUpdated => 1151622488 + }, + '1009' => { message => q|HTML|, lastUpdated => 1060433286