Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix) O3-3743: Better success message when submitting a form. #363

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

IamMujuziMoses
Copy link
Contributor

@IamMujuziMoses IamMujuziMoses commented Aug 8, 2024

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work conforms to the OpenMRS 3.0 Styleguide and design documentation.
  • My work includes tests or is validated by existing tests.

Summary

Currently when submitting a form successfully, the message “A new encounter was created“ is displayed. This PR changes the success message to a better success message that says “Form submitted successfully“.

Screenshots

Screenshot 2024-08-08 at 9 46 42 PM

Related Issue

https://issues.openmrs.org/browse/O3-3743

@IamMujuziMoses
Copy link
Contributor Author

@ibacher could you please review this PR, your feedback will be appreciated.

Copy link
Member

@ibacher ibacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one follow-up q, but this LGTM

Comment on lines 12 to 13
"createdRecord": "Record created",
"createdRecordDescription": "A new encounter was created",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any ideas why these keys didn't get removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thought they're being used somewhere else, is it okay if I remove them?!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT, they're only used in the spot we fixed... If they were used somewhere else, that's somewhere else we should fix.

@samuelmale samuelmale merged commit e07d2c7 into openmrs:main Aug 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants