[Flow] Validation > Exception instead of going back to newAction
Axel Wüstemann
awu at qbus.de
Thu Dec 5 16:14:17 CET 2013
Am 05.12.2013 14:29, schrieb Bastian Waidelich:
> protected function initializeCreateAction() {
> $depositInspection =
> $this->arguments->getArgument('depositInspection');
> if ($depositInspection !== NULL) {
> $depositInspection->setDate(...);
> }
> }
Thank you, this was my idea also. I need to be the date being a string,
because I have an oracle database and Flow/Doctrine seems not to care on
oracle NLS settings. With strings alls work fine.
More information about the Flow
mailing list