mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
DirectorObjectForm: fix legacy range field
This commit is contained in:
parent
83031c1349
commit
1144b5d55f
@ -1010,7 +1010,7 @@ abstract class DirectorObjectForm extends QuickForm
|
||||
{
|
||||
$this->addElement('text', 'range_' . $key, array(
|
||||
'label' => 'ranges.' . $key,
|
||||
'value' => $range->timeperiod_value
|
||||
'value' => $range->range_value
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user