diff --git a/changelogs/DP-29680.yml b/changelogs/DP-29680.yml new file mode 100644 index 0000000000..23f2c1e343 --- /dev/null +++ b/changelogs/DP-29680.yml @@ -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 diff --git a/conf/drupal/config/views.view.content.yml b/conf/drupal/config/views.view.content.yml index d33a900b78..12652f5e58 100644 --- a/conf/drupal/config/views.view.content.yml +++ b/conf/drupal/config/views.view.content.yml @@ -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 @@ -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 @@ -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 diff --git a/conf/drupal/config/views.view.content_performance.yml b/conf/drupal/config/views.view.content_performance.yml index e51d127901..1c13af9451 100644 --- a/conf/drupal/config/views.view.content_performance.yml +++ b/conf/drupal/config/views.view.content_performance.yml @@ -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 diff --git a/conf/drupal/config/views.view.feedback_by_organization.yml b/conf/drupal/config/views.view.feedback_by_organization.yml index 0d9487f47a..1f1e773942 100644 --- a/conf/drupal/config/views.view.feedback_by_organization.yml +++ b/conf/drupal/config/views.view.feedback_by_organization.yml @@ -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 diff --git a/conf/drupal/config/views.view.mass_dashboard_content.yml b/conf/drupal/config/views.view.mass_dashboard_content.yml index 0bb39dcd0b..a98890e5ee 100644 --- a/conf/drupal/config/views.view.mass_dashboard_content.yml +++ b/conf/drupal/config/views.view.mass_dashboard_content.yml @@ -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 @@ -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 diff --git a/conf/drupal/config/views.view.mass_dashboard_needs_review.yml b/conf/drupal/config/views.view.mass_dashboard_needs_review.yml index b64989c22c..50963008aa 100644 --- a/conf/drupal/config/views.view.mass_dashboard_needs_review.yml +++ b/conf/drupal/config/views.view.mass_dashboard_needs_review.yml @@ -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 @@ -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 diff --git a/conf/drupal/config/views.view.mass_dashboard_trash.yml b/conf/drupal/config/views.view.mass_dashboard_trash.yml index b0c5f3fcbe..76a742cf8c 100644 --- a/conf/drupal/config/views.view.mass_dashboard_trash.yml +++ b/conf/drupal/config/views.view.mass_dashboard_trash.yml @@ -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 @@ -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 diff --git a/conf/drupal/config/views.view.my_content.yml b/conf/drupal/config/views.view.my_content.yml index cb23c4b0e2..ac11b78760 100644 --- a/conf/drupal/config/views.view.my_content.yml +++ b/conf/drupal/config/views.view.my_content.yml @@ -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 @@ -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 @@ -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 diff --git a/conf/drupal/config/views.view.pages_with_high_negative_feedback.yml b/conf/drupal/config/views.view.pages_with_high_negative_feedback.yml index 7affd8aed8..12ea7ee464 100644 --- a/conf/drupal/config/views.view.pages_with_high_negative_feedback.yml +++ b/conf/drupal/config/views.view.pages_with_high_negative_feedback.yml @@ -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 diff --git a/conf/drupal/config/views.view.pages_with_high_number_of_ejects.yml b/conf/drupal/config/views.view.pages_with_high_number_of_ejects.yml index a7fedd79fd..66a98b9cfa 100644 --- a/conf/drupal/config/views.view.pages_with_high_number_of_ejects.yml +++ b/conf/drupal/config/views.view.pages_with_high_number_of_ejects.yml @@ -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 diff --git a/conf/drupal/config/views.view.scheduled_content_revisions.yml b/conf/drupal/config/views.view.scheduled_content_revisions.yml index 1c65e5da59..f6a927adda 100644 --- a/conf/drupal/config/views.view.scheduled_content_revisions.yml +++ b/conf/drupal/config/views.view.scheduled_content_revisions.yml @@ -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 diff --git a/conf/drupal/config/views.view.watched_content.yml b/conf/drupal/config/views.view.watched_content.yml index d59d9d852b..b572715406 100644 --- a/conf/drupal/config/views.view.watched_content.yml +++ b/conf/drupal/config/views.view.watched_content.yml @@ -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