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
Hello! Thanks for the useful library. I've tried it out and I've found a few issues. Let's start with the first one.
class MyModelModelAdmin(ExtraButtonsMixin, admin.ModelAdmin):
@button(enabled=False)
def send_newsletter_now(self, request):
self.message_user(request, 'The newsletter emails were sent successfully.')
The button is greyed out, but is still clickable. It should be disabled.
The text was updated successfully, but these errors were encountered:
Hello! Thanks for the useful library. I've tried it out and I've found a few issues. Let's start with the first one.
The button is greyed out, but is still clickable. It should be disabled.
The text was updated successfully, but these errors were encountered: