django-cms / djangocms-versioning

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

feat: Add view published button in page preview/edit mode #281

Closed NarenderRajuB closed 2 years ago

NarenderRajuB commented 2 years ago

Description

Related resources

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #281 (3a40215) into master (0ba20b4) will decrease coverage by 0.29%. The diff coverage is 63.15%.

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
- Coverage   87.30%   87.00%   -0.30%     
==========================================
  Files          29       29              
  Lines        1536     1555      +19     
  Branches      249      253       +4     
==========================================
+ Hits         1341     1353      +12     
- Misses        140      146       +6     
- Partials       55       56       +1     
Impacted Files Coverage Δ
djangocms_versioning/cms_toolbars.py 90.78% <63.15%> (-4.31%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0ba20b4...3a40215. Read the comment docs.

Aiky30 commented 2 years ago

Ported the changes to here: https://github.com/django-cms/djangocms-versioning/pull/282

Thanks for your help with this Naren.