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
When a model is moderated any unpublishing should also be moderated. Right now the versioning admin contains a link to unpublish content. Ideally this should be removed when a model is moderated.
When cms_config is run we could potentially register a modified variant of VersionAdmin that doesn't contain the unpublishing link. A potential issue is the order in which the various cms_config is run. Depending on whether cms_config for versioning runs first the version admin might already be registered.
When a model is moderated any unpublishing should also be moderated. Right now the versioning admin contains a link to unpublish content. Ideally this should be removed when a model is moderated.
When
cms_config
is run we could potentially register a modified variant ofVersionAdmin
that doesn't contain the unpublishing link. A potential issue is the order in which the variouscms_config
is run. Depending on whethercms_config
for versioning runs first the version admin might already be registered.https://github.com/divio/djangocms-versioning/blob/master/djangocms_versioning/helpers.py#L79-L87
The text was updated successfully, but these errors were encountered: