-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pagelist component doesn't respect unpublished content #23
Comments
so does this mean that on the Author pages that are unpublished should be hidden, similar behaviour to Hide in Navigation? |
to do this the rule should be added as a filter for list collection that hides all pages that have cq:lastReplicationAction = Deactivated |
this function can be updated to include this rule
|
Also this is more a feature than a bug... |
As an alternative I would recommend adding a flag for this to show to authors stuff that is in the CMS but has been unpublished this would provide some input in to figuring out why some content not appearing. |
* Update project url * Add new feature to hide deactivated pages from display in list #23 * Add missing attributes * Add explicit src output * Add extra closing tags to ensure responsive grid does not break component * Remove decoration for container in content block Co-authored-by: wildone <[email protected]> Co-authored-by: Chris Shaw <[email protected]>
Bug Report
Current Behavior
When the pagelist component is set to list
Child Pages
and unpublishing one of the child nodes, it is still displayed on the author instance while correctly being removed from the publish instance list.Expected behavior/code
The list on the author instance should not display the unpublished node so it provides an accurate and consistent authoring experience.
Environment
Java(TM) SE Runtime Environment (build 1.8.0_152-b16)
)Possible Solution
Code fix required.
Additional context / Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: