Skip to content

Commit

Permalink
VACMS-17718: fix pdf audit view to correctly show all pdf usage data (#…
Browse files Browse the repository at this point in the history
…17755)

* VACMS-17718: fixed pdf report

* VACMS-17718: updated composer.lock

* VACMS-17718: opened up permissions to editors

* VACMS-17718: removing type from usage display

* VACMS-17718: updated composer.lock

* VACMS-17718: added patch to remove link to usage tab in PDF report

* VACMS-17718: updated composer.lock

* VACMS-17718: updated composer.lock

* VACMS-17718: updated composer.lock

* VACMS-17718: updated composer.lock

* VACMS-17718: added route suncriber to restrict access to add media

* VACMS-17718: add sortable Is used column to report

* VACMS-17718: updated composer.lock

* VACMS-17718: updated composer.lock

* VACMS-17718: updated pdf report for sortable column

* VACMS-17718: updated pdf report increased number for usage columns

* VACMS-17718: updated pdf report column titles

* VACMS-17718: fixing weird composer conflict with upgrade status

* VACMS-17718: fix view responsive tables, add helper text
  • Loading branch information
edmund-dunn committed May 7, 2024
1 parent 874a9e4 commit 206df57
Show file tree
Hide file tree
Showing 10 changed files with 579 additions and 842 deletions.
5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -76,6 +76,7 @@
"drupal/entity_route_context": "^4.0@RC",
"drupal/entity_update": "^3.0",
"drupal/entity_usage": "^2.0@beta",
"drupal/entity_usage_addons": "^2.0",
"drupal/entityqueue": "^1.2",
"drupal/environment_indicator": "^4.0",
"drupal/epp": "^1.1",
Expand Down Expand Up @@ -428,6 +429,10 @@
"drupal/entity_reference_revisions": {
"2984027 - Incorrect manipulation of default revision flag": "https://www.drupal.org/files/issues/2020-09-03/entity_reference_revisions-default_revision-2984027-10.patch"
},
"drupal/entity_usage_addons": {
"3000184 - In detailed usage, resolve the paragraph URL to parent entity": "https://www.drupal.org/files/issues/2024-04-03/3000184-resolve_the_paragraph_URL_to_parent_entity.patch",
"3443270 - Check Access entity usage statistics perms in linkedUsage() method": "https://www.drupal.org/files/issues/2024-04-24/3443270-Check-Access-entity-usage-statistics-perms-in-linkedUsage-method.patch"
},
"drupal/field_group": {
"2787179 - Visibility of invalid fields": "https://www.drupal.org/files/issues/2021-01-05/2787179-highlight-html5-validation-59.patch",
"3053242 - Undefined index #description_display when adding a description to fieldset group type": "https://www.drupal.org/files/issues/2022-07-04/field_group-undefined-index-description-display-3053242-11.patch"
Expand Down
361 changes: 200 additions & 161 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Expand Up @@ -81,6 +81,7 @@ module:
entity_reference_validators: 0
entity_route_context: 0
entity_usage: 0
entity_usage_addons: 0
entityqueue: 0
environment_indicator: 0
environment_indicator_ui: 0
Expand Down

0 comments on commit 206df57

Please sign in to comment.