Skip to content

No feedback shown when an attachment fails to save

Description: When an error occurs while trying to save an attachment, the system does nothing

It doesn’t display any error message, notification, or feedback to the user. The action simply fails silently.

But the error message apparce on request to save the data

Expected behavior: The system should display an error message or notification indicating that the attachment could not be saved and provide details or suggestions for resolution.

Steps to reproduce:

  1. Attempt to upload or save an attachment.
  2. Trigger an error (e.g., change description_code to empty string).
  3. Observe that no feedback or message is shown to the user.

image