Update User property order to force correct grouping in a shacl-vue form #65

Open
jsheunis wants to merge 1 commit from reorder into main

View file

@ -258,72 +258,72 @@ classes:
family_name: family_name:
recommended: true recommended: true
annotations: annotations:
sh:order: 1 sh:order: 0
given_name: given_name:
recommended: true recommended: true
annotations: annotations:
sh:order: 2 sh:order: 1
additional_names: additional_names:
annotations: annotations:
sh:order: 3 sh:order: 2
honorific_name_prefix: honorific_name_prefix:
annotations: annotations:
sh:order: 4 sh:order: 3
honorific_name_suffix: honorific_name_suffix:
annotations: annotations:
sh:order: 5 sh:order: 4
start_date: start_date:
recommended: true recommended: true
description: When this person starts being a user. description: When this person starts being a user.
annotations: annotations:
sh:order: 6 sh:order: 5
end_date: end_date:
recommended: true recommended: true
title: (Expected) End date title: (Expected) End date
description: When this person is expected to stop being a user. description: When this person is expected to stop being a user.
annotations: annotations:
sh:order: 7 sh:order: 6
user_classifications: user_classifications:
recommended: true recommended: true
annotations: annotations:
sh:order: 8 sh:order: 7
member_of: member_of:
annotations: annotations:
sh:order: 9 sh:order: 8
offices: offices:
annotations: annotations:
sh:order: 10 sh:order: 9
emails: emails:
recommended: true recommended: true
annotations: annotations:
sh:order: 11 sh:order: 10
orcid: orcid:
recommended: true recommended: true
annotations: annotations:
sh:order: 12 sh:order: 11
requested_juseless_account_name: requested_juseless_account_name:
annotations: annotations:
sh:order: 13 sh:order: 12
requested_laptop: requested_laptop:
annotations: annotations:
sh:order: 14 sh:order: 13
requested_accessories: requested_accessories:
annotations: annotations:
sh:order: 15 sh:order: 14
allocated_software_licenses: allocated_software_licenses:
annotations: annotations:
sh:order: 16 sh:order: 15
juseless_group_membership: juseless_group_membership:
annotations: annotations:
sh:order: 17 sh:order: 16
juseless_account: juseless_account:
annotations: annotations:
sh:order: 18 sh:order: 17
description: description:
annotations: annotations:
sh:order: 19 sh:order: 18
dash:singleLine: false dash:singleLine: false
display_label: display_label:
recommended: true recommended: true
annotations: annotations:
sh:order: 20 sh:order: 19