django-cms / djangocms-versioning

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

[BUG] `_get_archive_link` does not check the `check_archive` condition #391

Closed fsbraun closed 3 months ago

fsbraun commented 3 months ago

For a uniform user experience, all versioning actions should only appear to the user if they actually can be perfomed. The conditions framework ensures this.

It is checked for all actions except "Archive".

Therefore, when using djangocms-moderation an archive action appears even if it cannot be executed.