From 538cf706494bfced8a0acfff8213c0a63387e09d Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 4 Jul 2022 12:51:33 +0100 Subject: [PATCH] Bug 23681: (QA follow-up) Match default data to update The default data at install time didn't match the data added at update. This patch corrects that and by doing so it also adds back the ability to make MANUAL restriction types the default after any other type has been made default. --- installer/data/mysql/en/mandatory/patron_restrictions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/mandatory/patron_restrictions.yml b/installer/data/mysql/en/mandatory/patron_restrictions.yml index ea5c01669e..634803469c 100644 --- a/installer/data/mysql/en/mandatory/patron_restrictions.yml +++ b/installer/data/mysql/en/mandatory/patron_restrictions.yml @@ -27,7 +27,7 @@ tables: rows: - code: "MANUAL" display_text: "Manual" - is_system: 1 + is_system: 0 is_default: 1 - code: "OVERDUES" -- 2.20.1