You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no validation of Site ID, so it complains if you don't follow the specification.
The id used to refer to this site (also used to generate database ids). The Site ID must start with a letter and contain only letters, numbers and underscores. No spaces or non-alphanumeric characters.
Acceptance Criteria
The content you are editing has changed. Please copy your edits and refresh the page.
> The id used to refer to this site (also used to generate database
ids). The Site ID must start with a letter and contain only letters,
numbers and underscores. No spaces or non-alphanumeric characters.
Note, this does not address #76, but at least makes the `site_name` here
valid according to XNAT.
Fixes#76
- check that `xnat_config.site_name` starts with a letter and contains
only letters, numbers, and underscores
---------
Co-authored-by: Patrick J. Roddy <[email protected]>
Problem Description
There is no validation of
Site ID
, so it complains if you don't follow the specification.Acceptance Criteria
Related Work Items
The text was updated successfully, but these errors were encountered: