-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Add fix for DateColumn when empty #1726
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1726 +/- ##
=============================================
- Coverage 88.13% 86.54% -1.59%
- Complexity 1310 1349 +39
=============================================
Files 123 124 +1
Lines 3102 3197 +95
=============================================
+ Hits 2734 2767 +33
- Misses 368 430 +62 ☔ View full report in Codecov by Sentry. |
* Fix ChangeLog, SP * Filters - Set wire:model Method per-filter (#1699) * Add wireableMethod tests --------- Co-authored-by: lrljoe <lrljoe@users.noreply.github.com> * Removing broken test (#1719) * Scan provided path for all available FQCNs in paths within and outside app folder (#1714) * Updated the make command to scan paths provided and check whether class of the model provided exists in the file. This works with paths that are both within the app folder and outside such as vendor directory --------- Co-authored-by: Marvin Ochieng <marvin@technologic-software.com> * Add fix for DateColumn when empty (#1726) * Add fix for DateColumn when empty --------- Co-authored-by: lrljoe <lrljoe@users.noreply.github.com> * PHPUnit - Migrate from Doc Comment Configuration (#1727) * Migrate from Doc Comments to Attributes for PHPUnit --------- Co-authored-by: lrljoe <lrljoe@users.noreply.github.com> * Add HTML render support for LinkColumn (#1728) * Add the html render support for the LinkColumn --------- Co-authored-by: lrljoe <lrljoe@users.noreply.github.com> * Remove ChangeLog & SP Fixes --------- Co-authored-by: lrljoe <lrljoe@users.noreply.github.com> --------- Co-authored-by: lrljoe <lrljoe@users.noreply.github.com> Co-authored-by: marvoh <marvoh@protonmail.com> Co-authored-by: Marvin Ochieng <marvin@technologic-software.com> Co-authored-by: Abdul Haseeb Khan <abdulhaseebkhan407@gmail.com>
All Submissions:
New Feature Submissions:
Changes to Core Features: