egzakt / UnifikSystemBundle

6 stars 7 forks source link

Order of the mapping when creating a new Section entity #121

Open tiois opened 11 years ago

tiois commented 11 years ago

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.

tiois commented 10 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.

tiois commented 10 years ago

Will be done when #135 will be fixed.