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
Change facilityType[0].@id to https://doesntexist9127301.com
Change facilityType[0].prefLabel to Tennis Courp
Run "Validate"
See that it doesn't register the changes as errors, even though this is now an incorrect facilityType
What it should do
Validator should act as it does for activity. If you load up the SessionSeries example, and change the activity[0].@id and activity[0].prefLabel to incorrect values, an error message is shown
It's worth noting, however, that, even for activity, the error checking is incomplete. If you only change the prefLabel, e.g. to Schbodypump™, there will be no error.
Therefore, a stretch goal of this task might be to have the activity and facilityType validation check that the prefLabel is correct for the ID
The text was updated successfully, but these errors were encountered:
How to reproduce
facilityType[0].@id
tohttps://doesntexist9127301.com
facilityType[0].prefLabel
toTennis Courp
facilityType
What it should do
Validator should act as it does for
activity
. If you load up the SessionSeries example, and change theactivity[0].@id
andactivity[0].prefLabel
to incorrect values, an error message is shownIt's worth noting, however, that, even for
activity
, the error checking is incomplete. If you only change theprefLabel
, e.g. toSchbodypump™
, there will be no error.Therefore, a stretch goal of this task might be to have the
activity
andfacilityType
validation check that the prefLabel is correct for the IDThe text was updated successfully, but these errors were encountered: