mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
DirectorObjectForm: TODO for "has been modified"
This commit is contained in:
parent
4f950883bb
commit
b2cb3183c8
@ -640,6 +640,13 @@ abstract class DirectorObjectForm extends QuickForm
|
|||||||
} else {
|
} else {
|
||||||
$this->handleProperties($object, $values);
|
$this->handleProperties($object, $values);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
// TODO: something like this could be used to remember unstored changes
|
||||||
|
if ($object->hasBeenModified()) {
|
||||||
|
$this->addHtmlHint($this->translate('Object has been modified'));
|
||||||
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function deleteObject($object)
|
protected function deleteObject($object)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user