gadventures / django-fsm-admin

Mixin and template tags to integrate django-fsm transitions into the django admin.
Other
203 stars 95 forks source link

Show hints for transitions that don't meet some conditions #67

Closed mrbox closed 7 years ago

mrbox commented 7 years ago

Right now when having FSM_ADMIN_FORCE_PERMIT = True and custom=dict(admin=True) and condition that returns False, I don't see a hint in the admin

yigor commented 7 years ago

Could someone please consider merging this? Right now you can only show hints for transitions that are forbidden to display in admin, which doesn't make sense.