-
Notifications
You must be signed in to change notification settings - Fork 106
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 #805 #806
Fix #805 #806
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #806 +/- ##
=============================================
+ Coverage 76.23% 76.28% +0.04%
- Complexity 2291 2293 +2
=============================================
Files 119 119
Lines 5404 5414 +10
=============================================
+ Hits 4120 4130 +10
Misses 1284 1284
Continue to review full report at Codecov.
|
to pass check
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.
@abbadon1334 that was my thought also, but after testing I see that it doesn't behave exactly like TypeString as the column expands at maximum width. So the exception is indeed fixed but there should be an additional fix to make it work like string. I suspect the factoryType() function within FilterModel\Generic. Will take a look at it if I have time. @karakal if you have the time to spot and fix this, go ahead. |
OK, so this is by design. ATK assigns an |
#Fix of
Error in addFilterColumn
(see ticket #805 ).