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",