From f8bb05958d290f397e62a602568a6c022fbd6bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Zermatten?= Date: Fri, 22 Nov 2024 08:54:58 +0000 Subject: [PATCH 1/2] feat: improve subdomain tooltip It was discovered that the user-entered value in the subdomain field must match the first part of the Base Url string. The tooltip for the subdomain field should inform the user of this requirement. --- code/web/sys/LibraryLocation/Library.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/web/sys/LibraryLocation/Library.php b/code/web/sys/LibraryLocation/Library.php index 260b0714a8..d2063c7b82 100644 --- a/code/web/sys/LibraryLocation/Library.php +++ b/code/web/sys/LibraryLocation/Library.php @@ -952,7 +952,7 @@ static function getObjectStructure($context = ''): array { 'property' => 'subdomain', 'type' => 'text', 'label' => 'Subdomain', - 'description' => 'A unique id to identify the library within the system', + 'description' => 'A unique id to identify the library within the system. This much match the base URL subdomain used.', 'uniqueProperty' => true, 'forcesReindex' => true, 'required' => true, From 4231e4626b580945b830e4d2afc963470ae70954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Zermatten?= Date: Fri, 22 Nov 2024 08:59:35 +0000 Subject: [PATCH 2/2] docs: update release note --- code/web/release_notes/24.12.00.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/code/web/release_notes/24.12.00.MD b/code/web/release_notes/24.12.00.MD index ac6bdf7c40..6279ea1ea0 100644 --- a/code/web/release_notes/24.12.00.MD +++ b/code/web/release_notes/24.12.00.MD @@ -67,6 +67,7 @@ ### Other Updates - Redirect to selfRegistrationUrl if the /MyAccount/SelfReg URL is accessed directly.(*PA*) +- The subdomain tooltip now informs the user that it must match the subdomain part of the base URL provided. (*CZ*) ## This release includes code contributions from ### ByWater Solutions