This commit is contained in:
@@ -154,10 +154,7 @@ export default {
|
||||
if (!this.showEditIcon) {
|
||||
return null;
|
||||
}
|
||||
if (this.value != null) {
|
||||
return "$ayiEdit";
|
||||
}
|
||||
return "$ayiPlus";
|
||||
return "$ayiEdit";
|
||||
},
|
||||
handleEditClick: function() {
|
||||
let idToOpen = 0;
|
||||
|
||||
@@ -486,7 +486,7 @@ export default {
|
||||
obj: {
|
||||
id: 0,
|
||||
concurrency: 0,
|
||||
active: false,
|
||||
active: true,
|
||||
name: null,
|
||||
roles: null,
|
||||
userType: 2,
|
||||
|
||||
@@ -825,7 +825,7 @@ export default {
|
||||
id: 0,
|
||||
concurrency: 0,
|
||||
name: null,
|
||||
active: false,
|
||||
active: true,
|
||||
notes: null,
|
||||
wiki: null,
|
||||
customFields: "{}",
|
||||
|
||||
@@ -734,7 +734,7 @@ export default {
|
||||
id: 0,
|
||||
concurrency: 0,
|
||||
name: null,
|
||||
active: false,
|
||||
active: true,
|
||||
notes: null,
|
||||
wiki: null,
|
||||
customFields: "{}",
|
||||
|
||||
@@ -494,7 +494,7 @@ export default {
|
||||
obj: {
|
||||
id: 0,
|
||||
concurrency: 0,
|
||||
active: false,
|
||||
active: true,
|
||||
name: null,
|
||||
roles: 2048,
|
||||
userType: 3,
|
||||
|
||||
Reference in New Issue
Block a user