Skip to content

Commit

Permalink
Merge pull request #1185 from shibe2018/fix_assigned_to_group_user
Browse files Browse the repository at this point in the history
fix(utils) fix assigned to for group users issue
  • Loading branch information
joebordes committed Nov 19, 2021
2 parents 0f01080 + 0ece02c commit 9b94ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/utils/DetailViewUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function getDetailViewOutputHtml($uitype, $fieldname, $fieldlabel, $col_fields,
} else {
$group_array = get_group_array(false, 'Active', $current_user->id);
}
$groups_combo = get_select_options_array($group_array, $current_user->id);
$groups_combo = get_select_options_array($group_array, $owner_id);
}
if (GlobalVariable::getVariable('Application_Group_Selection_Permitted', 1)!=1) {
$groups_combo = '';
Expand Down

0 comments on commit 9b94ad6

Please sign in to comment.