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:
- Attempt to upload or save an attachment.
- Trigger an error (e.g., change description_code to empty string).
- Observe that no feedback or message is shown to the user.
