Christian Schiffler

Results 98 comments of Christian Schiffler

Ref #581 and create virtual attributes.

Well, the filter expects a number in English locale where you pass a German locale formatted number here. As we do not have a locale setting for the decimal separator,...

Which would still be wrong, as the decimal attribute wants a decimal value to filter later on. The issue belongs to the `fromto` filter (and maybe also the `range` filter)...

The decimal attribute casts the value to float and will therefore loose the decimal part (`(float)"20,5"` => `double(20)`). I guess the best immediate solution is to build a `kernel.request` listener...

Rather a known locale issue...

Ich verstehe den Grund noch nicht ganz. Welche Einstellungen wyrden denn ansonsten abweichen? Wenn man dieselben Einstellungen will, dann kann man doch die Sprungseite auch lassen... oder beziehst du dich...

I have had several of such assistants in mind but we will push this to the usability tuning in 2.1

Can't we add this to the filter module/element instead of adding a non functional filter? On the given use case, we might want to add a custom "sorting filter" for...

Making variants a base should not be a big deal, moving variants between base items will be harder I guess, as we will then have to manipulate not only the...

It is still open but I fail to see how to implement it given the current filter infrastructure. We made some steps already by creating our [FilterUrlBuilder](https://github.com/MetaModels/core/blob/93e84587eb04572d37afb50799d016ddfc86b17b/src/Filter/FilterUrlBuilder.php), however there is...