-
Notifications
You must be signed in to change notification settings - Fork 1
fix: TT-304 Handle message: the data could not be load #716
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: TT-304 Handle message: the data could not be load #716
Conversation
Codecov Report
@@ Coverage Diff @@
## master #716 +/- ##
==========================================
+ Coverage 93.09% 95.09% +2.00%
==========================================
Files 85 106 +21
Lines 1564 2204 +640
Branches 107 168 +61
==========================================
+ Hits 1456 2096 +640
+ Misses 67 64 -3
- Partials 41 44 +3
Continue to review full report at Codecov.
|
8d6aac4
to
ae1eaee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Job Edgar 💥
ae1eaee
to
afc51c1
Compare
Kudos, SonarCloud Quality Gate passed!
|
This reverts commit d2fc2a0.
* fix: TT-309 Implement static packages * fix: TT-304 Handle message: the data could not be load (#716) * fix: TT-304 Handle message: the data could not be load * test: TT-304 Creating an unit test to coverage the new feature Co-authored-by: Edgar Guaman <[email protected]> * chore(release): 1.47.1 [skip ci]nn * Revert "fix: TT-304 Handle message: the data could not be load (#716)" (#723) This reverts commit d2fc2a0. * chore(release): 1.47.2 [skip ci]nn * fix: TT-309 Implement static packages * fix: TT-311 Can not update entries fixed (#722) * fix: TT-311 Can not update entries fixed * code-smell: TT-311 Code smells suggested by Sonarcloud fixed * fix: TT-311 Fix tests that fails on different timezone * fix: TT-311 Spelling error on method fixed * chore(release): 1.47.3 [skip ci]nn * fix: TT-309 Implement static packages Co-authored-by: Edgar David Guamán <[email protected]> Co-authored-by: Edgar Guaman <[email protected]> Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: Sandro Castillo <[email protected]> Co-authored-by: Jean Carlos Alarcón <[email protected]>
Problem
In the time-entries section, when there is no data, the message "The data could not be load" is displayed.

Solution
When there is no data, the message "The data could not be load" must not be displayed, instead the message "No data available in table" should be displayed in the table section. That is the purpose of this pull request.
