From d54f5fd46846762865716cb469baa29bdfdd7b54 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 14 Apr 2023 20:01:22 +0000 Subject: [PATCH] --- src/api/open-object-handler.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/api/open-object-handler.js b/src/api/open-object-handler.js index 0d0027b..a9e1ef4 100644 --- a/src/api/open-object-handler.js +++ b/src/api/open-object-handler.js @@ -277,6 +277,13 @@ export default { }); break; + case socktype.Subscription: + vm.$router.push({ + name: "subscription-edit", + params: { recordid: tid.id } + }); + break; + default: window.$gz.eventBus.$emit( "notify-warning",