-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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: Application crashes when clicking on Analytics option in Omnichannel view page #29286
Conversation
🦋 Changeset detectedLatest commit: 21cd09d The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## develop #29286 +/- ##
===========================================
+ Coverage 46.77% 46.82% +0.04%
===========================================
Files 707 707
Lines 13239 13239
Branches 2221 2221
===========================================
+ Hits 6193 6199 +6
+ Misses 6732 6722 -10
- Partials 314 318 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
The presence of the '%' symbol in the "% of Conversations" at "apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json" file is probably causing the problem. Escaping the "%" like this solves the issue Reference: martinandert/counterpart#37 @KevLehman is this solution accurate and valid? |
Yes, percentage signs need to be escaped with another percentage sign in the json file. Sorry for my mistake. |
Hey @anikdhabal No need to apologize, we're all learning here. Thanks for letting us know about the percentage sign issue in the json file. Could you please inform us when you're done with the suggestion? We appreciate your help! 😊 |
Yes sir |
Proposed changes (including videos or screenshots)
Issue(s)
fix #29272
OC-953
Steps to test or reproduce
Further comments