Skip to content

Commit

Permalink
#1128 Add validations
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Aug 31, 2021
1 parent fee2fc4 commit e4a8e27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
fields:
a:
label: records.series
c:
label: records.number_page
label: general.rism_series
'518':
fields:
Expand Down
17 changes: 17 additions & 0 deletions config/editor_profiles/default/configurations/SourceValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ client:
- composite_volume
tags:
a: required
"510":
tags:
a: required
c: required
"588":
tag_overrides:
exclude:
Expand Down Expand Up @@ -64,6 +68,10 @@ client:
- composite_volume
tags:
b: required
"596":
tags:
a: required
b: required
"650":
tag_overrides:
exclude:
Expand All @@ -72,6 +80,15 @@ client:
- composite_volume
tags:
"0": mandatory
"690":
tags:
"0": required
n:
required_if:
"690": "0"
"691":
tags:
"0": required
"700":
tags:
"0": required
Expand Down

0 comments on commit e4a8e27

Please sign in to comment.