I'm still working on my little side project that uses Orbit for content management. It works fine for the most part. Now, I found another problem. Bulk deletes do not work in Filament 3. I guess they do not, as no Model::delete is called for each individual model?
I have a simple to-do example that once persisting to SQLite and once to markdown files using Orbit.
Furthermore, I can switch easily back and forth by commenting out the Orbital trait. Once in DB mode, it works just as expected.
Hello Ryan,
I'm still working on my little side project that uses Orbit for content management. It works fine for the most part. Now, I found another problem. Bulk deletes do not work in Filament 3. I guess they do not, as no
Model::delete
is called for each individual model?I have a simple to-do example that once persisting to SQLite and once to markdown files using Orbit. Furthermore, I can switch easily back and forth by commenting out the Orbital trait. Once in DB mode, it works just as expected.
Is there a way to fix that?
Thank you very much.