django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

bug: Unpublished version shows edit action #404

Closed fsbraun closed 2 months ago

fsbraun commented 2 months ago

Actual behavior

In "Manage versions" the version list offers the (disabled) edit action for unpublished versions:

image

Desired behavior

Actions should only be offered for version states where the actions make sense. For unblished versions these are:

Versions