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 the Locale create/edit/delete success messages #762

Merged
merged 2 commits into from
Jan 6, 2024
Merged

Conversation

ACK1D
Copy link
Contributor

@ACK1D ACK1D commented Jan 6, 2024

This pull request addresses an issue related to success messages in the CreateView, EditView, and DeleteView for Locales. The previous implementation of success messages was not handling formatting properly, and this PR introduces improvements. Fix #761
761

@codecov-commenter
Copy link

codecov-commenter commented Jan 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fc8fcb3) 92.63% compared to head (de6608e) 92.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #762      +/-   ##
==========================================
+ Coverage   92.63%   92.64%   +0.01%     
==========================================
  Files          47       47              
  Lines        4059     4065       +6     
  Branches      602      602              
==========================================
+ Hits         3760     3766       +6     
  Misses        176      176              
  Partials      123      123              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@zerolab zerolab left a comment

Choose a reason for hiding this comment

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

LGTM
in an ideal world I'd push for a test for this, but it is ok as is (it my one nitpick-free day 😂 )

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.

Fix the Locale '{0}' createdmessage
3 participants