Fix action URLs
This commit is contained in:
parent
65c881fea1
commit
59e0cf5905
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ Vue.mixin({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
thingActionUrl(thing, action) {
|
thingActionUrl(thing, action) {
|
||||||
return this.$store.getters["wot/thingActionUrl"](thing, action);
|
return this.$store.getters["wot/thingActionUrl"](thing, action, "invokeaction");
|
||||||
},
|
},
|
||||||
modalConfirm: function(modalText) {
|
modalConfirm: function(modalText) {
|
||||||
var context = this;
|
var context = this;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue