DirectorObjectForm: TODO for "has been modified"

This commit is contained in:
Thomas Gelf 2015-12-17 10:48:00 +01:00
parent 4f950883bb
commit b2cb3183c8
1 changed files with 7 additions and 0 deletions

View File

@ -640,6 +640,13 @@ abstract class DirectorObjectForm extends QuickForm
} else {
$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)