Open tiois opened 11 years ago
Currently there's a prePersist Doctrine event listener (Flexy\SystemBundle\Listener\DoctrineEventListener), it should be moved to the Backend BaseCrudController so it can be overrided.
Will be done when #135 will be fixed.
When creating a new Section entity, the order of the mapping is not valid, it should take care of the sectionId value and get the next ordering value. Right now, it takes the next value according to all the current mappings.