mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
PropertyModifierReplace: Allow the replacement string to be empty
This commit is contained in:
parent
d5b3f25de9
commit
ae36898ca0
@ -18,7 +18,6 @@ class PropertyModifierReplace extends PropertyModifierHook
|
|||||||
$form->addElement('text', 'replacement', array(
|
$form->addElement('text', 'replacement', array(
|
||||||
'label' => 'Replacement',
|
'label' => 'Replacement',
|
||||||
'description' => $form->translate('Your replacement string'),
|
'description' => $form->translate('Your replacement string'),
|
||||||
'required' => true,
|
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user