r3 icon indicating copy to clipboard operation
r3 copied to clipboard

Filter criteria and column name do not match when setting a column name for the table

Open Martin-Bonn opened this issue 1 year ago • 1 comments

As you see e.g. in the ticket app, the column name is "Erzeugt von", but the filter criteria is "Anzeigename", "Durchgeführte Operationen" is "Anmerkung Änderungsgrund", which is confusing for the user.

Is your app builds on another app, e.g. the organization app, you also don't have control over over the attribute name to change it at the source.

grafik

Martin-Bonn avatar Jan 17 '24 08:01 Martin-Bonn

You are right, there is a disconnect there. The custom filters work with the attributes of the given query (and their titles), but the displayed columns in the list can be modified in various ways (overwritten, batched, filled via sub query) and so can be quite different.

The issue is a bit of a historical artifact - as list options expanded but the filters were not in the same way. We´ll look at options on how to address this. Thank you for the report.

r3-gabriel avatar Jan 17 '24 20:01 r3-gabriel

Adressed with commit: https://github.com/r3-team/r3/commit/a5db4e20f5bdeb583e79d28a3df04aa7e1e7879c

r3-gabriel avatar Jul 14 '24 15:07 r3-gabriel