Skip to content

Commit 00c90f0

Browse files
committed
User: Access Urls: fix select option presentation to add option to enable official code presentation and ordering in user management page - refs BT#20863
1 parent b0c7805 commit 00c90f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/admin/access_url_edit_users_to_url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function remove_item(origin) {
308308
$userOfficialCode = $enreg['official_code'].' - ';
309309
}
310310
?>
311-
<option value="<?php echo $userOfficialCode . $enreg['user_id']; ?>"><?php echo $enreg['username'].' - '.api_get_person_name($enreg['firstname'], $enreg['lastname']); ?></option>
311+
<option value="<?php echo $enreg['user_id']; ?>"><?php echo $userOfficialCode . $enreg['username'].' - '.api_get_person_name($enreg['firstname'], $enreg['lastname']); ?></option>
312312
<?php
313313
}
314314
unset($nosessionUsersList); ?>

0 commit comments

Comments
 (0)