This commit is contained in:
@@ -147,6 +147,7 @@
|
||||
|
||||
<script>
|
||||
/* Xeslint-disable */
|
||||
//import ayatype from "../api/ayatype";
|
||||
|
||||
function clickHandler(menuItem) {
|
||||
if (!menuItem) {
|
||||
@@ -370,6 +371,11 @@ export default {
|
||||
alert("STUB: DELETE");
|
||||
},
|
||||
duplicate() {
|
||||
this.$gzrole.rights(
|
||||
this.$store.state.roles,
|
||||
this.$gzrole.AYATYPE.Widget,
|
||||
this.$store.state.userId
|
||||
);
|
||||
//only if not dirty
|
||||
//check rights
|
||||
//duplicate
|
||||
|
||||
Reference in New Issue
Block a user