From 373a61a5e78e2ec1b13e4e9eee5af4dfc7f5b85f Mon Sep 17 00:00:00 2001 From: Dan Howard Date: Tue, 25 Jun 2024 15:00:35 -0700 Subject: [PATCH] Issue #494: Patch Charts module, to "un-HMTL-encode" items in the legend of pie-charts. --- composer.json | 3 ++- composer.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c830cebb..445628e3 100644 --- a/composer.json +++ b/composer.json @@ -232,7 +232,8 @@ }, "patches": { "drupal/charts": { - "3442641 - Chart segments are all the same color in Views pie/donut charts": "https://www.drupal.org/files/issues/2024-04-22/charts-pie_donut_colors-3442641-4.patch" + "3442641 - Chart segments are all the same color in Views pie/donut charts": "https://www.drupal.org/files/issues/2024-04-22/charts-pie_donut_colors-3442641-4.patch", + "3456882 - HTML encodings (e.g. '&') showing up in legend": "https://git.drupalcode.org/project/charts/-/merge_requests/98.patch" }, "drupal/conditional_fields": { "2550167 - Allow creating dependency on taxonomy parent term": "https://www.drupal.org/files/issues/2024-03-05/conditional_fields-taxonomy_parent_term-2550167-16.patch" diff --git a/composer.lock b/composer.lock index 37452dfb..0dd14c6a 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "cfcc6dd6e17c23c5befa6880d7f9c0fa", + "content-hash": "704d44dd8d087f0b1e1412f440eafbc7", "packages": [ { "name": "asm89/stack-cors",