IcingaObject: recognize argument modifications
This commit is contained in:
parent
3373b67d44
commit
f49f14376b
|
@ -121,6 +121,10 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
|||
return true;
|
||||
}
|
||||
|
||||
if ($this->supportsArguments() && $this->arguments !== null && $this->arguments()->hasBeenModified()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return parent::hasBeenModified();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue