merging 5.5.5 bugfixes
This commit is contained in:
parent
3a845e9027
commit
cbbb7e8392
15 changed files with 2764 additions and 10 deletions
|
|
@ -366,7 +366,7 @@ sub www_manageGroupsInGroup {
|
|||
$f = WebGUI::HTMLForm->new;
|
||||
$f->hidden("op","addGroupsToGroupSave");
|
||||
$f->hidden("gid",$session{form}{gid});
|
||||
$groups = WebGUI::Grouping::getGroupsInGroup($session{form}{gid});
|
||||
$groups = WebGUI::Grouping::getGroupsInGroup($session{form}{gid},1);
|
||||
push(@$groups,$session{form}{gid});
|
||||
$f->group(
|
||||
-name=>"groups",
|
||||
|
|
|
|||
|
|
@ -560,7 +560,7 @@ sub www_editPageSave {
|
|||
title => $session{form}{title},
|
||||
styleId => $session{form}{styleId},
|
||||
printableStyleId => $session{form}{printableStyleId},
|
||||
ownerId => $session{form}{ownerId},
|
||||
ownerId => ($session{form}{ownerId} || 3),
|
||||
groupIdView => $session{form}{groupIdView},
|
||||
groupIdEdit => $session{form}{groupIdEdit},
|
||||
newWindow => $session{form}{newWindow},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue