This commit is contained in:
2021-04-15 20:42:21 +00:00
parent 7ffedfb152
commit cb3ea49a32
4 changed files with 27 additions and 13 deletions

View File

@@ -58,7 +58,9 @@
v-model="value.items[activeItemIndex].notes"
:readonly="formState.readOnly"
:label="$ay.t('WorkOrderItemSummary')"
:error-messages="form().serverErrors(this, 'notes')"
:error-messages="
form().serverErrors(this, `items[${activeItemIndex}].notes`)
"
ref="notes"
data-cy="notes"
@input="fieldValueChanged('notes')"