diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 41941b6c..5763dcff 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -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; diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index b6584705..730d3d2f 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -486,7 +486,7 @@ export default { obj: { id: 0, concurrency: 0, - active: false, + active: true, name: null, roles: null, userType: 2, diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index 51f45165..a0779d98 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -825,7 +825,7 @@ export default { id: 0, concurrency: 0, name: null, - active: false, + active: true, notes: null, wiki: null, customFields: "{}", diff --git a/ayanova/src/views/cust-head-office.vue b/ayanova/src/views/cust-head-office.vue index 60135c0d..91e6ff63 100644 --- a/ayanova/src/views/cust-head-office.vue +++ b/ayanova/src/views/cust-head-office.vue @@ -734,7 +734,7 @@ export default { id: 0, concurrency: 0, name: null, - active: false, + active: true, notes: null, wiki: null, customFields: "{}", diff --git a/ayanova/src/views/cust-user.vue b/ayanova/src/views/cust-user.vue index 16a8fded..90af3c4d 100644 --- a/ayanova/src/views/cust-user.vue +++ b/ayanova/src/views/cust-user.vue @@ -494,7 +494,7 @@ export default { obj: { id: 0, concurrency: 0, - active: false, + active: true, name: null, roles: 2048, userType: 3,