Closed fsbraun closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.50%. Comparing base (
f90c5b2
) to head (585a329
). Report is 8 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR adds object-level permissions for publication to djangocms-verisoning.
If the versioned content model has a method called
has_publish_permission
versioning will use it to determine of the user can publish the object.If not it falls back to
has_change_permission
,has_placeholder_change_permission
and lastly on the user's model-level permission to change the content model.Related resources
...
...
Checklist
master