Skip to content
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

Bug 700714 - Remove delete_selected action from the admin. #1573

Closed
wants to merge 1 commit into from
Closed

Bug 700714 - Remove delete_selected action from the admin. #1573

wants to merge 1 commit into from

Conversation

berkerpeksag
Copy link
Contributor

There is one more way to do this:

def get_actions(self, request):
    actions = super(ProfileAdmin, self).get_actions(request)
    if 'delete_selected' in actions:
        del actions['delete_selected']
    return actions

https://bugzilla.mozilla.org/show_bug.cgi?id=700714

@willkg
Copy link
Member

willkg commented Aug 16, 2013

This bug is currently assigned to Michal. If you want to work on things that are assigned to other people, it's polite to mention as such in the bug rather than just working on it and tossing out a pull request. Otherwise you're causing duplicate efforts and the other person ends up wasting his/her time which they're probably not keen on.

@fxa90id
Copy link

fxa90id commented Aug 16, 2013

assigned to berkerpeksag :)

@rlr
Copy link
Contributor

rlr commented Aug 16, 2013

fixes it for me. r+

@rlr
Copy link
Contributor

rlr commented Aug 16, 2013

f9e226f

@rlr rlr closed this Aug 16, 2013
@berkerpeksag berkerpeksag deleted the bug-700714 branch August 17, 2013 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants