diff --git a/ayanova/src/components/work-order-item-units.vue b/ayanova/src/components/work-order-item-units.vue index 00d318c2..bf663968 100644 --- a/ayanova/src/components/work-order-item-units.vue +++ b/ayanova/src/components/work-order-item-units.vue @@ -187,7 +187,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].units[${activeItemIndex}].notes` + `Items[${activeWoItemIndex}].units[${activeItemIndex}].workOrderItemUnitNotes` ) " data-cy="unitUnitNotes" @@ -215,7 +215,7 @@ :error-messages=" form().serverErrors( this, - `Items[${activeWoItemIndex}].units[${activeItemIndex}].tags` + `Items[${activeWoItemIndex}].units[${activeItemIndex}].workOrderItemUnitTags` ) " @input=" @@ -266,6 +266,12 @@ :aya-type="$ay.ayt().WorkOrderItem" :aya-id="value.id" :readonly="formState.readOnly" + :error-messages=" + form().serverErrors( + this, + `Items[${activeWoItemIndex}].units[${activeItemIndex}].workOrderItemUnitWiki` + ) + " @input=" fieldValueChanged( `Items[${activeWoItemIndex}].units[${activeItemIndex}].wiki` diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index ab4e0c55..87eee1e3 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -458,7 +458,7 @@