Commit ee65c84
authored
Fix small typo in resource gallery updater workflow (#384)
* Move IssueInfo.data initialization from __post_init_post_parse__ to _get_input_()
* Author affiliations parsing, use the term 'institution'
* Use model_dump() instead of dict() as the latter is deprecated
* Use model_dump_json() instead of dict() as the latter deprecated and json needs the former
* 'institution' to 'affiliation ' changes in gallery_generator and resource_gallery
* 'institution' to 'affiliation ' changes in collect-user-submission
* Fix a small typo 'resurce_gallery'1 parent 39f1dc7 commit ee65c84
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments