Skip to content

Commit

Permalink
VACMS-15503 Add multi workflow filters to all Views that have exposed…
Browse files Browse the repository at this point in the history
… content moderation filter (#15769)

* VACMS-15503 Add multiple workflow filter patch.

* admin/content

* admin/content/resources-and-support

* admin/content/events

* admin/content/bulk

* admin/content/audit/export

* admin/content/audit

* admin/content/audit/knowledge-base-article-administration

* admin/content/audit/metatag

* admin/content/audit/phone-numbers, admin/content/audit/buttons

* admin/content/va-forms/audit

* admin/content/vamc-alerts-and-statuses

* admin/content/facilities

* admin/content/facilities/addresses

* admin/content/facilities/facility-status

* admin/content/facilities/vamc-facility-health-services

* admin/content/facilities/vamc-facility-non-clinical-services

* admin/content/facilities/vet-center-services

* admin/content/audit/system-banner-image

* admin/content/facilities/vamc-systems

* admin/content/facilities/vamc-prepare-for-visit

* Update name of Facility collection of Views.

* Undo some unintended changes.

* VACMS-14721 Add content types back to phone audit.

* VACMS-15503 Set correct caption on phone and button audits.

* VACMS-15503 Fix conflicting filter on metatag audit and fix menu placement.
  • Loading branch information
swirtSJW authored Oct 25, 2023
1 parent c965bed commit 43da80d
Show file tree
Hide file tree
Showing 9 changed files with 895 additions and 698 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@
"3047110 - Add workflow to taxonomy" : "https://www.drupal.org/files/issues/2023-04-14/3047110-45.patch",
"3106205 - Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters)": "https://www.drupal.org/files/issues/2023-05-24/3106205-length-menu-tree-too-short.patch",
"3274419 - Make BaseFieldOverride inherit internal property from the base field": "https://www.drupal.org/files/issues/2023-03-13/3274419-45.patch",
"3333401 - Pager h4 cause accessibility flag on many pages": "https://www.drupal.org/files/issues/2023-07-27/3333401-56-configurable-heading-pager.patch"
"3333401 - Pager h4 cause accessibility flag on many pages": "https://www.drupal.org/files/issues/2023-07-27/3333401-56-configurable-heading-pager.patch",
"3382759 - Add multiple workflow content moderation filter to Views.": "https://www.drupal.org/files/issues/2023-08-24/3382759-8.patch"
},
"drupal/danse": {
"3364925 - added explicit access check": "https://www.drupal.org/files/issues/2023-06-05/3364925-added-explicit-access-check.patch"
Expand Down
18 changes: 13 additions & 5 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2029832df0507f936056503739c48520",
"content-hash": "4dff2afe5871cb7482ee57dbde54733e",
"packages": [
{
"name": "alchemy/zippy",
Expand Down Expand Up @@ -6169,6 +6169,10 @@
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Anybody",
"homepage": "https://www.drupal.org/user/291091"
},
{
"name": "Hydra",
"homepage": "https://www.drupal.org/user/647364"
Expand Down Expand Up @@ -10688,7 +10692,7 @@
},
"require": {
"bjeavons/zxcvbn-php": "^1.3",
"drupal/core": "^8 || ^9",
"drupal/core": "^8 || ^9 || ^10",
"drupal/password_policy": "^3.1|^4.0"
},
"type": "drupal-module",
Expand All @@ -10697,8 +10701,8 @@
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.0-beta1+4-dev",
"datestamp": "1668804356",
"version": "8.x-2.0-beta2+1-dev",
"datestamp": "1696647229",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
Expand Down Expand Up @@ -10726,6 +10730,10 @@
"name": "nerdstein",
"homepage": "https://www.drupal.org/user/1557710"
},
{
"name": "nord102",
"homepage": "https://www.drupal.org/user/3471419"
},
{
"name": "scor",
"homepage": "https://www.drupal.org/user/52142"
Expand Down Expand Up @@ -27786,5 +27794,5 @@
"platform-overrides": {
"php": "8.1"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}
Loading

0 comments on commit 43da80d

Please sign in to comment.