-
-
Notifications
You must be signed in to change notification settings - Fork 79
fix: trim '-' from property labels before calling DIProperty::newFromUserLabel #921
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #921 +/- ##
=========================================
Coverage 45.52% 45.52%
Complexity 2319 2319
=========================================
Files 80 80
Lines 9050 9050
=========================================
Hits 4120 4120
Misses 4930 4930 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
is it sufficient to handle inverse properties ?
Unfortunately not.
With search_panes disable, inverse properties are working fine. With search_panes enabled and this fix applied, the corresponding columns stay empty while the search pane shows the value of the forward relation value instead of the reverse => The correct property is selected but the query is not reversed. Is there a reason for all this custom SQL? Any chance to replace it with SMW Queries? |
@simontaurus actually not, I guess most of them can be replaced using the new or legacy MW query builder |
We probably should since this might also resolve #910, but I don't have the expertise needed to update the SQL queries in the DataTables implementation |
fixes #920