feat: Adds a link to published content#272
Open
marksweb wants to merge 18 commits intodjango-cms:masterfrom
Open
feat: Adds a link to published content#272marksweb wants to merge 18 commits intodjango-cms:masterfrom
marksweb wants to merge 18 commits intodjango-cms:masterfrom
Conversation
Codecov Report
@@ 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. |
Aiky30
requested changes
Sep 8, 2022
Contributor
Aiky30
left a comment
There was a problem hiding this comment.
The branch needs to be brought up to date.
Review contains a question and raises an issue with a duplicated template
|
|
||
| [testenv] | ||
| deps = | ||
| -r{toxinidir}/tests/requirements/requirements_base.txt |
Contributor
There was a problem hiding this comment.
I added this because I thought that the isort and flake8 deps needed it, obviously not so no issues removing this.
fsbraun
approved these changes
Nov 21, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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;

How it looks with Alias where

get_absolute_urlreturns the preview URL;