From 636146b9f84582a45dcfbb0e1d3a8a5ca595313b Mon Sep 17 00:00:00 2001 From: Nicolas Hunstein Date: Fri, 10 Jan 2025 13:16:51 +0000 Subject: [PATCH] Bug 38794: Update authorized value description for AggregatedFullText Update the authorized value description for AggregatedFullText in the ERM_PACKAGE_CONTENT_TYPE category from "Aggregated full" to "Aggregated full text". Test plan: 1. Go to Administration > Authorized values. 2. Check the authorized values for the ERM_PACKAGE_CONTENT_TYPE category. 3. Note that the description for AggregatedFullText is "Aggregated full". 4. Apply the patch. 5. Update the database: updatedatabase (Bonus: To check for new installations: reset_all) 6. Refresh the page and note that the description is now "Aggregated full text". Signed-off-by: David Nind Signed-off-by: Jonathan Druart --- 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 b54cdb691b5..1686a4de259 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.34.1