Skip to content

Commit

Permalink
DP-29680: Link nos per k to feedback in Views (#2191)
Browse files Browse the repository at this point in the history
* DP-29680: Link nos per k to feedback in Views

* DP-29680: Unrelated phpcs fix
  • Loading branch information
roberttstephens authored Sep 18, 2023
1 parent f0b393e commit 72303be
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 18 deletions.
41 changes: 41 additions & 0 deletions changelogs/DP-29680.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# Write your changelog entry here. Every pull request must have a changelog yml file.
#
# Change types:
# #############################################################################
# You can use one of the following types:
# - Added: For new features.
# - Changed: For changes to existing functionality.
# - Deprecated: For soon-to-be removed features.
# - Removed: For removed features.
# - Fixed: For any bug fixes.
# - Security: In case of vulnerabilities.
#
# Format
# #############################################################################
# The format is crucial. Please follow the examples below. For reference, the requirements are:
# - All 3 parts are required and you must include "Type", "description" and "issue".
# - "Type" must be left aligned and followed by a colon.
# - "description" must be indented with 2 spaces followed by a colon
# - "issue" must be indented with 4 spaces followed by a colon.
# - "issue" is for the Jira ticket number only e.g. DP-1234
# - No extra spaces, indents, or blank lines are allowed.
#
# Example:
# #############################################################################
# Fixed:
# - description: Fixes scrolling on edit pages in Safari.
# issue: DP-13314
#
# You may add more than 1 description & issue for each type using the following format:
# Changed:
# - description: Automating the release branch.
# issue: DP-10166
# - description: Second change item that needs a description.
# issue: DP-19875
# - description: Third change item that needs a description along with an issue.
# issue: DP-19843
#
Changed:
- description: Link nos per k to feedback in Views
issue: DP-29680
5 changes: 2 additions & 3 deletions conf/drupal/config/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies:
- node.type.person
- node.type.regulation
- node.type.rules
- node.type.service_details
- node.type.service_page
- node.type.sitewide_alert
- node.type.stacked_layout
Expand Down Expand Up @@ -693,7 +692,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down Expand Up @@ -1983,7 +1982,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
1 change: 0 additions & 1 deletion conf/drupal/config/views.view.content_performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
- node.type.person
- node.type.regulation
- node.type.rules
- node.type.service_details
- node.type.service_page
- node.type.sitewide_alert
- node.type.stacked_layout
Expand Down
2 changes: 1 addition & 1 deletion conf/drupal/config/views.view.feedback_by_organization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
3 changes: 1 addition & 2 deletions conf/drupal/config/views.view.mass_dashboard_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
- node.type.person
- node.type.regulation
- node.type.rules
- node.type.service_details
- node.type.service_page
- node.type.stacked_layout
- node.type.topic_page
Expand Down Expand Up @@ -662,7 +661,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
- node.type.person
- node.type.regulation
- node.type.rules
- node.type.service_details
- node.type.service_page
- node.type.stacked_layout
- node.type.topic_page
Expand Down Expand Up @@ -675,7 +674,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
3 changes: 1 addition & 2 deletions conf/drupal/config/views.view.mass_dashboard_trash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies:
- node.type.person
- node.type.regulation
- node.type.rules
- node.type.service_details
- node.type.service_page
- node.type.stacked_layout
- node.type.topic_page
Expand Down Expand Up @@ -602,7 +601,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
5 changes: 2 additions & 3 deletions conf/drupal/config/views.view.my_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies:
- node.type.person
- node.type.regulation
- node.type.rules
- node.type.service_details
- node.type.service_page
- node.type.stacked_layout
- node.type.topic_page
Expand Down Expand Up @@ -667,7 +666,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down Expand Up @@ -2719,7 +2718,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down
2 changes: 1 addition & 1 deletion conf/drupal/config/views.view.watched_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ display:
alter_text: false
text: ''
make_link: true
path: 'node/{{ nid }}/analytics'
path: 'node/{{ nid }}/feedback'
absolute: false
external: false
replace_spaces: false
Expand Down

0 comments on commit 72303be

Please sign in to comment.