This commit is contained in:
2021-04-29 19:21:57 +00:00
parent d143e30b96
commit 53c5335b47
5 changed files with 5 additions and 8 deletions

View File

@@ -154,10 +154,7 @@ export default {
if (!this.showEditIcon) { if (!this.showEditIcon) {
return null; return null;
} }
if (this.value != null) { return "$ayiEdit";
return "$ayiEdit";
}
return "$ayiPlus";
}, },
handleEditClick: function() { handleEditClick: function() {
let idToOpen = 0; let idToOpen = 0;

View File

@@ -486,7 +486,7 @@ export default {
obj: { obj: {
id: 0, id: 0,
concurrency: 0, concurrency: 0,
active: false, active: true,
name: null, name: null,
roles: null, roles: null,
userType: 2, userType: 2,

View File

@@ -825,7 +825,7 @@ export default {
id: 0, id: 0,
concurrency: 0, concurrency: 0,
name: null, name: null,
active: false, active: true,
notes: null, notes: null,
wiki: null, wiki: null,
customFields: "{}", customFields: "{}",

View File

@@ -734,7 +734,7 @@ export default {
id: 0, id: 0,
concurrency: 0, concurrency: 0,
name: null, name: null,
active: false, active: true,
notes: null, notes: null,
wiki: null, wiki: null,
customFields: "{}", customFields: "{}",

View File

@@ -494,7 +494,7 @@ export default {
obj: { obj: {
id: 0, id: 0,
concurrency: 0, concurrency: 0,
active: false, active: true,
name: null, name: null,
roles: 2048, roles: 2048,
userType: 3, userType: 3,