-
Notifications
You must be signed in to change notification settings - Fork 57
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: [autogrid] ignore default object json renderer if columnOption path
is set
#2361
fix: [autogrid] ignore default object json renderer if columnOption path
is set
#2361
Conversation
…n-type-object-if-custom-path-is-set
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2361 +/- ##
==========================================
- Coverage 95.17% 95.13% -0.05%
==========================================
Files 66 66
Lines 4499 4500 +1
Branches 644 645 +1
==========================================
- Hits 4282 4281 -1
- Misses 177 179 +2
Partials 40 40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
path
is set
path
is setpath
is set
…n-type-object-if-custom-path-is-set
…n-type-object-if-custom-path-is-set
Quality Gate passedIssues Measures |
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.
Nice work @rbrki07! LGTM!
This ticket/PR has been released with Hilla 24.4.0.beta2 and is also targeting the upcoming stable 24.4.0 version. |
This ticket/PR has been released with Hilla 24.5.0.alpha1 and is also targeting the upcoming stable 24.5.0 version. |
Description
This should fix that AutoGrid uses the build-in JSON renderer for a column of type
object
, although a custompath
is set for this column. Instead, it should use the default string renderer for the property target withpath
.Fixes #2322
Type of change
Checklist