Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24.12.00 subdomain tooltip #143

Open
wants to merge 2 commits into
base: 24.12.00_subdomain_tooltip
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/web/release_notes/24.12.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/web/sys/LibraryLocation/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down