Open stefanheimes opened 8 years ago
@stefanheimes : I don't understand what you mean - you can use a separate label for the filter widget.
See screenshot
@stefanheimes maybe we add this https://github.com/MetaModels/core/issues/1055
@stefanheimes is the question still relevant? you can specify the things individually...
Es geht um unterschiedliche Ausgaben der "Option-Werte" zwischen Backend (Eingabemaske) und Frontend (Filterwidget)
z.B. im BE ein Select mit DE, FR, UK usw. aber im Filterwidget ein select mit Deutschland, Frankreich, Großbritanien usw.
Lösungen:
siehe u.a. https://github.com/MetaModels/attribute_select/issues/65 https://github.com/MetaModels/attribute_tags/issues/70
Interessant wäre Möglichkeit 2, wenn das Model nicht referenziert ist - dann sind die Option-Keys und die Option-Werte gleich, d.h. man kann sich für einen Aliaswert oder für einen normalen Textwert entscheiden - das aber nicht separat zuweisen.
I have a problem with the filter. If i using a select or Tag the system used the attributes settings to know which field should be used for the GET-Parameter and which attribute should be used for the displaying value.
Now i have the problem that for the filter i want to use another setup. In the backend i want the attribute with the short name but for the frontend and filter i want another attribute with a long name for the users.
My idear is that we could add a field to the attributes where we can define which field we want to use. When the attributes build the filter it can use this field instead of the field defined in the basic attribute settings.
This function should only work if we in the FE and a field is set in the configuration.
We have to to this for the 4 attributes. Select/Tags/Trans. Select/Trans. Tags
What to you think about this feature?