case 3976

This commit is contained in:
2021-09-25 00:07:23 +00:00
parent 01523a4344
commit 0b4c9e3ea8
3 changed files with 4 additions and 1 deletions

View File

@@ -791,3 +791,5 @@ BUILD 131 CHANGES OF NOTE
- case 3974 confused, isn't this a duplicate as you wrote?
- case 3975 standardized
- case 3976 implemented
- case 3977 info provided
- case 3979 fixed regression

View File

@@ -677,6 +677,7 @@ export default {
id: 0,
concurrency: 0,
fromCSRId: this.obj.id,
keepCSR: true, //this indicates to svc-workorder NOT to "wash" away the csrId
notes: this.obj.name,
wiki: null,
customFields: "{}",

View File

@@ -228,7 +228,7 @@
<v-textarea
v-model="obj.alertNotes"
:readonly="formState.readOnly"
:label="$ay.t('AlertNotes')"
:label="$ay.t('VendorAlertNotes')"
:error-messages="form().serverErrors(this, 'alertNotes')"
ref="alertNotes"
data-cy="alertNotes"