From 5662861637e221cefe6a1afd6e2fbe83f945f55b Mon Sep 17 00:00:00 2001 From: Nicolas Hunstein Date: Fri, 10 Jan 2025 13:16:51 +0000 Subject: [PATCH] Bug 38794: update AggregatedFullText description updates description "Aggregated full" to "Aggregated full text" at authorized value ERM_PACKAGE_CONTENT_TYPE to test: - go to Administration/Authorized values - check authorized values for category ERM_PACKAGE_CONTENT_TYPE - verify description for AggregatedFullText is Aggregated full - apply patch - reset database or reset_all - verify description has changed to Aggregated full text --- installer/data/mysql/en/mandatory/auth_values.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/mandatory/auth_values.yml b/installer/data/mysql/en/mandatory/auth_values.yml index b54cdb691b..1686a4de25 100644 --- a/installer/data/mysql/en/mandatory/auth_values.yml +++ b/installer/data/mysql/en/mandatory/auth_values.yml @@ -169,7 +169,7 @@ tables: - category: "ERM_PACKAGE_CONTENT_TYPE" authorised_value: "AggregatedFullText" - lib: "Aggregated full" + lib: "Aggregated full text" - category: "ERM_PACKAGE_CONTENT_TYPE" authorised_value: "AbstractAndIndex" -- 2.39.5