diff --git a/package.json b/package.json index 9e5c702e..36f23daa 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@abi-software/gallery": "0.3.2", - "@abi-software/mapintegratedvuer": "0.4.4-fixes-0", + "@abi-software/mapintegratedvuer": "0.4.4-fixes-3", "@abi-software/plotvuer": "^0.3.0", "@abi-software/simulationvuer": "0.6.5", "@aws-amplify/auth": "^4.4.4", diff --git a/pages/maps/index.vue b/pages/maps/index.vue index 56f349c2..840a848f 100644 --- a/pages/maps/index.vue +++ b/pages/maps/index.vue @@ -28,7 +28,7 @@ :options="options" :share-link="shareLink" @updateShareLinkRequested="updateUUID" - @hook:mounted="mapMounted" + @isReady="mapMounted" /> @@ -53,8 +53,8 @@ import { successMessage, failMessage } from '@/utils/notification-messages' const getFlatmapEntry = async (route) => { const uberonid = route.query.uberonid - let organ_name = undefined //Specify the gender of human + let organ_name = uberonid let biologicalSex = route.query.biologicalSex if (route.query.taxo && route.query.taxo === 'NCBITaxon:9606') { if (!biologicalSex) { diff --git a/yarn.lock b/yarn.lock index 3e4f6766..9cee1f91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,10 +29,10 @@ minisearch "^2.2.1" polylabel "^1.1.0" -"@abi-software/flatmapvuer@^0.4.6-fixes-1": - version "0.4.6-fixes-1" - resolved "https://registry.yarnpkg.com/@abi-software/flatmapvuer/-/flatmapvuer-0.4.6-fixes-1.tgz#08db6b3c199f8b91e1367d97362fb89d3d5a288f" - integrity sha512-075QwkmQ8384OwuHx+3G/qPqewuM25pRVjyuccYjmyR9ps7A251jMmG7JBmlKcrCFIfhrvgAqAxCXjQqAdX5Ew== +"@abi-software/flatmapvuer@^0.4.6-fixes-2": + version "0.4.6-fixes-2" + resolved "https://registry.yarnpkg.com/@abi-software/flatmapvuer/-/flatmapvuer-0.4.6-fixes-2.tgz#d29d49026c908455a638b0fbe7cfe9590e2b6e77" + integrity sha512-atjzldGvzo7xYbBA403eiGni37jcwRTRroW5oF5A0H9pLVFRozsXjxyqfjQIOoMzhBI6EwR8Mru+HItpH5X88Q== dependencies: "@abi-software/flatmap-viewer" "^2.3.3-b.4" "@abi-software/svg-sprite" "^0.1.14" @@ -83,12 +83,12 @@ vue "^2.6.10" xss "^1.0.14" -"@abi-software/mapintegratedvuer@0.4.4-fixes-0": - version "0.4.4-fixes-0" - resolved "https://registry.yarnpkg.com/@abi-software/mapintegratedvuer/-/mapintegratedvuer-0.4.4-fixes-0.tgz#95d9190bcce9ba8b0e4e6d4dc22f1bb997d484b4" - integrity sha512-iiWhpZWfScuYXg6HbmDaGJBBd3TFttJjQ6DozzjseD0e8Uc6JNOJmAs6jhHwruCj9K5BKRIQO3nDHGecLff/jg== +"@abi-software/mapintegratedvuer@0.4.4-fixes-3": + version "0.4.4-fixes-3" + resolved "https://registry.yarnpkg.com/@abi-software/mapintegratedvuer/-/mapintegratedvuer-0.4.4-fixes-3.tgz#bd3dcbc6e0547630e1283ad403f1f69480a48209" + integrity sha512-If8kJQf1l2+PONn7ovUI69IysonglfMiGIOZtUlaUCKKUjEakXReTvwnI9WGB11/uyRnNJE66QqL27MMr0OUoA== dependencies: - "@abi-software/flatmapvuer" "^0.4.6-fixes-1" + "@abi-software/flatmapvuer" "^0.4.6-fixes-2" "@abi-software/map-side-bar" "^1.3.38" "@abi-software/plotvuer" "^0.3.9" "@abi-software/scaffoldvuer" "^0.1.62"