Skip to content

Commit

Permalink
Add Aro Folios (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan authored Jul 15, 2024
1 parent 9200ac4 commit 1e47c04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/applicationScopes.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"readILFFolios": "read:ILF-folios",
"readJLPFolios": "read:JLP-folios",
"readJVDFolios": "read:JVD-folios",
"readJAFolios": "read:JA-folios",
"readJSFolios": "read:JS-folios",
"readLVFolios": "read:LV-folios",
"readMJGFolios": "read:MJG-folios",
Expand Down
1 change: 1 addition & 0 deletions src/fragmentarium/domain/Folio.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('Folio', () => {
['GS', 'Smith', true],
['HHF', 'Figulla', true],
['ILF', 'Finkel', true],
['JA', 'Aro', true],
['JS', 'Strassmaier', true],
['LV', 'Vacín', true],
['MJG', 'Geller', true],
Expand Down
1 change: 1 addition & 0 deletions src/fragmentarium/domain/Folio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const folioTypes: {
GS: { name: 'Smith', hasImage: true, isOpen: true },
HHF: { name: 'Figulla', hasImage: true, isOpen: true },
ILF: { name: 'Finkel', hasImage: true, isOpen: false },
JA: { name: 'Aro', hasImage: true, isOpen: true },
JLP: { name: 'Peterson', hasImage: true, isOpen: false },
JS: { name: 'Strassmaier', hasImage: true, isOpen: true },
JVD: { name: 'van Dijk', hasImage: true, isOpen: false },
Expand Down

0 comments on commit 1e47c04

Please sign in to comment.