Has anyone a hint, how i can check if an attribute on object has been changed? I tried it with $this->persistenceSession->isDirty($coffeeBean, 'name') but this did not work, as nothing was registred. (always true). http://stackoverflow.com/questions/30981490/typo3-flow-isdirty-on-model Greetings Christian