You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently wondering how to bulkedit a bunch of Image objects, that are currently added to the gallery object as a normal manymany relation. I wonder if changing this to a many_many through would enable me to use BulkUploader and BulkEditor and if that's very hard to implement if it's not yet supported.
Of course I'm happy to provide a PR if I get it going.
Hi Colymba,
I'm currently wondering how to bulkedit a bunch of
Image
objects, that are currently added to the gallery object as a normal manymany relation. I wonder if changing this to a many_many through would enable me to use BulkUploader and BulkEditor and if that's very hard to implement if it's not yet supported.Of course I'm happy to provide a PR if I get it going.
Related issue: #152
The text was updated successfully, but these errors were encountered: