From a18fb064d626927a3659c1544fcae62f6b7b6a7a Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 6 Nov 2024 12:34:14 -0500 Subject: [PATCH] fix export --- src/lib/utils_export.js | 4 +++- src/stores/config.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/utils_export.js b/src/lib/utils_export.js index a3716ed5..4baf2216 100644 --- a/src/lib/utils_export.js +++ b/src/lib/utils_export.js @@ -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 diff --git a/src/stores/config.js b/src/stores/config.js index 5364cb6d..9dd9aa7c 100644 --- a/src/stores/config.js +++ b/src/stores/config.js @@ -7,7 +7,7 @@ export const useConfigStore = defineStore('config', { versionMajor: 0, versionMinor: 16, - versionPatch: 4, + versionPatch: 5,