This commit is contained in:
@@ -371,12 +371,7 @@ export default {
|
||||
alert("STUB: DELETE");
|
||||
},
|
||||
duplicate() {
|
||||
this.$gzrole.rights(
|
||||
this,
|
||||
this.$store.state.roles,
|
||||
this.$gztype.Widget,
|
||||
this.$store.state.userId
|
||||
);
|
||||
this.$gzrole.getRights(this, this.$gztype.Widget, this.obj.ownerId);
|
||||
//only if not dirty
|
||||
//check rights
|
||||
//duplicate
|
||||
|
||||
Reference in New Issue
Block a user