diff --git a/dbrepo-auth-service/listeners/target/create-event-listener.jar b/dbrepo-auth-service/listeners/target/create-event-listener.jar index 9fb1271c4361841c3d4061e536d23bc16b590d0e..f31503187e5d377ac51672c2f92594a89c7b5844 100644 Binary files a/dbrepo-auth-service/listeners/target/create-event-listener.jar and b/dbrepo-auth-service/listeners/target/create-event-listener.jar differ diff --git a/dbrepo-ui/components/ResourceStatus.vue b/dbrepo-ui/components/ResourceStatus.vue index da792bfaac76253060dda7d45d1de7ad62821616..e594883328234bf005e3e689a945fd11b45ac60b 100644 --- a/dbrepo-ui/components/ResourceStatus.vue +++ b/dbrepo-ui/components/ResourceStatus.vue @@ -16,7 +16,7 @@ </template> <script> -import {useCacheStore} from "~/stores/cache.js"; +import { useCacheStore } from '@/stores/cache.js' export default { props: { @@ -65,7 +65,7 @@ export default { return this.cacheStore.getUser }, hasIdentifier () { - if (!this.resource.identifiers) { + if (!this.resource.identifiers || this.resource.identifiers.length === 0) { return false } if (!this.cacheUser) { diff --git a/dbrepo-ui/nuxt.config.ts b/dbrepo-ui/nuxt.config.ts index bf094023cb29e0577864714de17c4dcdaea468dd..e759d34ce575a6eb41ef460ae9e87f00120224cb 100644 --- a/dbrepo-ui/nuxt.config.ts +++ b/dbrepo-ui/nuxt.config.ts @@ -82,8 +82,8 @@ export default defineNuxtConfig({ } }, api: { - client: 'https://test.dbrepo.tuwien.ac.at', - server: 'https://test.dbrepo.tuwien.ac.at', + client: 'http://localhost', + server: 'http://localhost', }, database: { image: { diff --git a/helm/dbrepo/files/create-event-listener.jar b/helm/dbrepo/files/create-event-listener.jar index 9fb1271c4361841c3d4061e536d23bc16b590d0e..f31503187e5d377ac51672c2f92594a89c7b5844 100644 Binary files a/helm/dbrepo/files/create-event-listener.jar and b/helm/dbrepo/files/create-event-listener.jar differ