Skip to content

Commit 33f79e9

Browse files
authored
Merge pull request #213 from isawnyu/issue212
add 'id' and 'artist' fields to those that can be script updated in o…
2 parents b4ed200 + 9d796fe commit 33f79e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/batch_update.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
from plone.namedfile.file import NamedBlobImage
1616

1717

18-
FIELDS = ['title',
18+
FIELDS = ['artist',
19+
'title',
1920
'description',
2021
'exhibition_context',
2122
'date',
2223
'not_before',
2324
'not_after',
2425
'dimensions',
26+
'id',
2527
'inventory_num',
2628
'lender',
2729
'lender_link',

0 commit comments

Comments
 (0)