- last update
over 1 year ago Patch Failed to Apply - 🇮🇳India nikhil_110
Unable to create inter-diff file so inter-diff file was not uploaded.
Test cases are remaining - last update
over 1 year ago 29,383 pass - last update
over 1 year ago 30,159 pass - last update
over 1 year ago 30,330 pass - 🇦🇺Australia sime Melbourne
The patch works, nice functionality for a few lines of code. This is very useful since you can't work around this limitation with AND/OR groups like you can with filters.
Should this apply if the validation criteria fails?
Once we got a few kernel tests this can go to the UX meeting. Would want to see a test on a field that is available via a relationship. Maybe one with aggregation turned on.
I think this is worth pushing through anyway.
- 🇺🇸United States danflanagan8 St. Louis, US
The patch in #12 worked great for me!
My use case is that I have a link field on an "alert" content type that indicates which pages the alter should appear on. An alert with no link specified should appear on all pages.
I attempted to use views_contextual_filters_or → to OR a second contextual filter that returned a default value of NULL, but Views did not seem to want to allow a contextual filter to be NULL. This patch though did exactly what I needed.
- 🇪🇸Spain MiguelArber
The patch in #12 is working for me too, thank you.
However, there seems to be a situation where the 'include_null' form element is not accessible to the user via the UI (not visible), because its state is depending on the 'glossary' element. There might be use cases where the 'include_null' is required, regardless of the state of the glossary mode (i.e.: in the case of a NumericArgument).
I have attached a new patch fixing this situation: 3209940-17.patch →
- 🇪🇸Spain MiguelArber
Hi again, I'm updating my latest patch as I detected a small typo in the $form['include_null'] item of the NumericArgument views argument. Attached there is the updated patch #19 and the interdiff with #12 and #17.