mirror of https://github.com/Icinga/icinga2.git
parent
9dcb33e8f4
commit
55616209ae
|
@ -222,11 +222,12 @@ void ConfigObject::ModifyAttribute(const String& attr, const Value& value, bool
|
||||||
|
|
||||||
SetField(fid, newValue);
|
SetField(fid, newValue);
|
||||||
|
|
||||||
if (updateVersion)
|
if (updated_original_attributes) {
|
||||||
SetVersion(Utility::GetTime());
|
if (updateVersion)
|
||||||
|
SetVersion(Utility::GetTime());
|
||||||
|
|
||||||
if (updated_original_attributes)
|
|
||||||
NotifyOriginalAttributes();
|
NotifyOriginalAttributes();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConfigObject::RestoreAttribute(const String& attr)
|
void ConfigObject::RestoreAttribute(const String& attr)
|
||||||
|
|
Loading…
Reference in New Issue