case 3976
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: "{}",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user