django-cms / djangocms-versioning

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

fix-permissions-adding-page #419

Closed jrief closed 4 months ago

jrief commented 4 months ago

Description

This makes djangocms-versioning compatible with upcoming release django-CMS version 4.2

Related resources

In django-CMS develop-4 branch, model Page and TreeNode have been merged. Therefore the request parameter parent_node=… must be replaced by parent_page=….

Checklist

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.08%. Comparing base (f90c5b2) to head (6976570). Report is 23 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #419 +/- ## ========================================== + Coverage 90.88% 91.08% +0.19% ========================================== Files 72 72 Lines 2546 2624 +78 Branches 361 380 +19 ========================================== + Hits 2314 2390 +76 Misses 168 168 - Partials 64 66 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.