From f9bab9d62e984200ffc37717067c00dd30c2b8e5 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 6 May 2020 23:51:18 +0530 Subject: [PATCH] fix resource for action Signed-off-by: Abhishek Kumar --- src/components/view/ActionButton.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/view/ActionButton.vue b/src/components/view/ActionButton.vue index e57180ef1..937adac3a 100644 --- a/src/components/view/ActionButton.vue +++ b/src/components/view/ActionButton.vue @@ -110,6 +110,7 @@ export default { }, methods: { execAction (action) { + action.resource = this.resource this.$emit('exec-action', action) }, handleShowBadge () {