Ruud Seberechts
Ruud Seberechts
Okay, three conclusions: 1. I'm an idiot and should not create issues on Fridays 😅 - it seems that I enabled the migrate reset mode at some point, but forgot...
Yes, for me it now works using either the migrate reset mode, or using the schema reset mode with my fix. Without the fix it throws an exception like ```...
I tested the `--full-database` option as well, but it did not remove the schemas for me either. It's intended to also remove tables that are not managed by the entity...
Sorry, I don't have much time for testing today, but yeah, schemas do seem to behave a bit inconsistent. For example we also run an event listener to prevent Doctrine...
Sorry guys, I somehow missed the review notifications. Will try and clear some time to dive back into this.
To have something that works I added this quick fix to our bundle overrides ```twig {% extends '@!EasyAdmin/crud/index.html.twig' %} {% block entity_actions %} {% if entity.actions.count > 0 %} {%...
I also ran into this issue today. I know we're basically abusing the unit of work, but I still feel like it would be nice to be able to get...