Add view to list where paragraphs are used on nodes#240
Open
markconroy wants to merge 7 commits into2.xfrom
Open
Add view to list where paragraphs are used on nodes#240markconroy wants to merge 7 commits into2.xfrom
markconroy wants to merge 7 commits into2.xfrom
Conversation
stephen-cox
previously requested changes
Apr 29, 2025
Member
stephen-cox
left a comment
There was a problem hiding this comment.
Unfortunately, I can't install this. When I try to do a site install that includes this view it fails with:
Configuration objects provided by localgov_paragraphs have unmet dependencies: view.view.localgov_paragraphs_usage (view)
Tests are also failing with a similar error.
Would is also be useful to add to existing sites? If so, it needs an update hook to install the new view.
Member
Author
|
@stephen-cox I think this is working now. The name of the views file had a typo ( I also added
Thanks to Big Blue Door for sponsoring my time to work on this. |
Changes implemented, re-review requested.
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.
Closes #239
What does this change?
Adds a view to list all the paragraphs on the website, with a link to the node that the paragraph is on.
How to test
Go to admin/content/paragraphs/usage and have some fun.
Thanks to Royal Borough of Greenwich for time to work on this feature.