django-cms / djangocms-versioning

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

feat: Adds a link to published content #272

Open marksweb opened 2 years ago

marksweb commented 2 years ago

This adds an action button on the published content to take you to the content users will see via get_absolute_url.

How it looks with page content; Screenshot 2022-04-13 at 20 46 52

How it looks with Alias where get_absolute_url returns the preview URL;

Screenshot 2022-04-14 at 17 11 21
codecov[bot] commented 2 years ago

Codecov Report

Merging #272 (2d6dfc8) into master (31f14df) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #272   +/-   ##
=======================================
  Coverage   86.60%   86.60%           
=======================================
  Files          23       23           
  Lines         799      799           
  Branches      105      105           
=======================================
  Hits          692      692           
  Misses         81       81           
  Partials       26       26           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.