mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch '735-Global-profile-user-with-pm-cannot-edit-module-treshold-in-policies-dev' into 'develop'
Added lost id to dynamic threshold select See merge request !384
This commit is contained in:
commit
15a63f6b2b
@ -737,7 +737,7 @@ function html_print_extended_select_for_time ($name, $selected = '',
|
|||||||
if (!is_user_admin($config['id_user'])) {
|
if (!is_user_admin($config['id_user'])) {
|
||||||
unset($fields[-1]);
|
unset($fields[-1]);
|
||||||
|
|
||||||
$returnString = html_print_select ($fields, $name, $selected,"" . $script,
|
$returnString = html_print_select ($fields, $name . '_select', $selected,"" . $script,
|
||||||
$nothing, $nothing_value, true, false, false, '', false, 'font-size: xx-small;'.$select_style);
|
$nothing, $nothing_value, true, false, false, '', false, 'font-size: xx-small;'.$select_style);
|
||||||
|
|
||||||
if ($return) {
|
if ($return) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user