- Issue created by @TH94
- 🇮🇳India Akhil Babu Chengannur
I was trying to test the patch, but was unable to reproduce the issue based on the provided issue description. Could you please provide clearer steps to reproduce the error?
@Akhil Babu , So I am not certain about the process of reproducing the error. The current issue is occuring when I have any taxonomy values (/conteexual filters in view) set in a certain view which contains a null value.
- 🇺🇸United States mediabounds
I encountered this issue and determined it's caused by a view using a relationship that has no base table; the
taxonomy_index_tid_depth
view argument from core is a good example.Best I can tell, in this scenario, we should just skip over that relationship since the module wouldn't know how to alter the query for it anyway.
The attached patch avoids attempting to alter relationship queries if they have no base table.
- 🇺🇸United States SocialNicheGuru
Can it be written to log so that it can be followed up?
- 🇺🇸United States mediabounds
If we're talking about the same issue--the lack of a base table on a relationship is not a bug. It is the expected behavior of some relationship types in Views. The Trash module needs a change like the patch in #4 to handle scenarios when the relationship has no base table.
-
amateescu →
committed f48881e1 on 3.x authored by
mediabounds →
Issue #3405862 by EZKG, mediabounds: Trash breaks when views data has a...
-
amateescu →
committed f48881e1 on 3.x authored by
mediabounds →
- Status changed to Fixed
about 1 year ago 8:36am 24 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.