mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
parent
53242894a8
commit
bc8af635e8
@ -592,7 +592,7 @@ abstract class DirectorObjectForm extends DirectorForm
|
||||
}
|
||||
$el->setMultiOptions($multi);
|
||||
} else {
|
||||
if (is_string($inherited)) {
|
||||
if (is_string($inherited) || is_int($inherited)) {
|
||||
$el->setAttrib('placeholder', $inherited . sprintf($txtInherited, $inheritedFrom));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user