Description
Sysparm_filter_only=true does not work if it is directly passed in the URL parameter in a list where ListV3 is enabled.
Steps to Reproduce
Do one of the following:
- In an instance with List v3 enabled for the Incident table, navigate to incident.do?sysparm_filter_only=true.
- Modify the url incident.do?sysparm_filter_only=true to point to a table with List v3 enabled and navigate there.
Note that the results of a null query (all records) are returned. You should be shown a list with no records returned, just the filter builder.
Workaround
Temporarily disable List V3 or UI16 when you need to run a sysparm_filter_only url.
Related Problem: PRB667281