many bug fixes
This commit is contained in:
parent
e9d6c1b4e4
commit
9a57b0df47
11 changed files with 54 additions and 15 deletions
|
|
@ -338,7 +338,7 @@ sub www_editUser {
|
|||
$tabform->getTab("groups")->selectList(
|
||||
-name=>"groupsToDelete",
|
||||
-options=>WebGUI::SQL->buildHashRef("select groupId, groupName from groups
|
||||
where groupId in (".quoteAndJoin(\@include).") order by groupName"),
|
||||
where groupId in (".quoteAndJoin(\@include).") and showInForms=1 order by groupName"),
|
||||
-label=>"GROUPS TO DELETE",
|
||||
-multiple=>1,
|
||||
-size=>15,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue