Skip to content

Commit

Permalink
Merge pull request #118 from lcnetdev/880-bugs-fix
Browse files Browse the repository at this point in the history
fix export
  • Loading branch information
thisismattmiller authored Nov 6, 2024
2 parents 1948d9a + a18fb06 commit 448f058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/lib/utils_export.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,9 @@ const utilsExport = {
// check specific properties for now? (10/2024)
if ([
'http://id.loc.gov/ontologies/bibframe/contribution',
'http://id.loc.gov/ontologies/bibframe/subject'
'http://id.loc.gov/ontologies/bibframe/subject',
'http://id.loc.gov/ontologies/bibframe/geographicCoverage'

].indexOf(ptObj.propertyURI)>-1){

// recusrive function to go through each key in the userValue and keep going till we find labels or marckeys
Expand Down
2 changes: 1 addition & 1 deletion src/stores/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const useConfigStore = defineStore('config', {

versionMajor: 0,
versionMinor: 16,
versionPatch: 4,
versionPatch: 5,



Expand Down

0 comments on commit 448f058

Please sign in to comment.