-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow bulk editing of event etc. publishers in admin #387
Comments
I wasn't able to get it working. Trying to open the mass edit view causes an error:
This happens because the |
Ok, I got it working by forking django-mass-edit and adding the call to @Rikuoja What do you think about the idea of adding a dependency to a fork of django-mass-edit? The change I made is simply adding one line, so merging updates from upstream shouldn't be a big problem if it is needed. The fork can be found here https://github.com/Doatti/django-mass-edit |
I've made an issue and a PR to the django-mass-edit project. Here's a link to the issue burke-software/django-mass-edit#84 |
@Rikuoja exactly which models and fields should be allowed for mass edit? |
Ah. I would add at least -location Does @aleksisalonen have any others in mind? |
Perhaps also -super_event |
Let's start with these: publisher |
Thanks, and should we only enable mass editing for Event objects? |
Also include |
|
Try out https://github.com/burke-software/django-mass-edit .
We probably don't want to allow mass editing text fields (unless there is a use case?), but at least publisher, location, event_status, publication_status, deleted and keywords might come in handy.
The text was updated successfully, but these errors were encountered: