Skip to content

Commit

Permalink
Remove requirement for Rights Statement (#879)
Browse files Browse the repository at this point in the history
# Story

Rights statement cannot be true for migrations to work. 
# Expected Behavior Before Changes

# Expected Behavior After Changes

# Screenshots / Video

<details>
<summary></summary>

</details>

# Notes
  • Loading branch information
ShanaLMoore authored Nov 8, 2024
2 parents 00da303 + f804017 commit 0b3321b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/metadata/adl_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ attributes:
type: string
multiple: true
form:
required: true
required: false
primary: true
multiple: true
index_keys:
Expand Down
2 changes: 1 addition & 1 deletion config/metadata/generic_work_resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ attributes:
type: string
multiple: true
form:
required: true
required: false
primary: true
multiple: true
index_keys:
Expand Down
2 changes: 1 addition & 1 deletion config/metadata/image_resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ attributes:
type: string
multiple: true
form:
required: true
required: false
primary: true
multiple: true
index_keys:
Expand Down

0 comments on commit 0b3321b

Please sign in to comment.