Skip to content

Commit a919b77

Browse files
authored
Merge pull request #384 from notch8/franklin-smwc-migration-prep
🧹 Disable required fields for migration
2 parents 78c130b + 78a048f commit a919b77

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

config/metadata/etd_resource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ attributes:
3636
type: date_time
3737
multiple: true
3838
form:
39-
required: true
39+
required: false
4040
primary: true
4141
multiple: true
4242
index_keys:

config/metadata/image_resource.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ attributes:
4646
type: string
4747
multiple: true
4848
form:
49-
required: true
49+
required: false
5050
primary: true
5151
index_keys:
5252
- "resource_type_sim"
@@ -243,4 +243,3 @@ attributes:
243243
relative_path:
244244
type: string
245245
predicate: http://scholarsphere.psu.edu/ns#relativePath
246-

0 commit comments

Comments
 (0)