This commit is contained in:
2021-07-15 19:33:01 +00:00
parent 3240bf83f6
commit 4a38315e8b
15 changed files with 30 additions and 207 deletions

View File

@@ -267,7 +267,7 @@ export default {
},
canAdd: function() {
//first check most obvious disqualifying properties
if (!this.pvm.rights.change || !this.pvm.subRights.states.create) {
if (!this.pvm.rights.change) {
return false;
}