Skip to content

Commit

Permalink
Merge pull request #1166 from eclipse-tractusx/chore/#984-add-validat…
Browse files Browse the repository at this point in the history
…ion-to-notification-hover

chore(uux): 984 validation on notification save hover
  • Loading branch information
ds-mwesener authored Jul 4, 2024
2 parents c8000f2 + 3d349b8 commit a5f9452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
isSaveButtonDisabled
? (affectedPartIds.length < 1
? ('requestNotification.noPartsSelected' | i18n)
: notificationFormGroup?.pristine
: (notificationFormGroup?.pristine && editMode)
? ('requestNotification.noChanges' | i18n)
: ('requestNotification.saveNotAllowed' | i18n))
: 'requestNotification.save' | i18n}}"
Expand Down

0 comments on commit a5f9452

Please sign in to comment.