Page 1 of 2

Filters Panels

Posted: 29 May 2020, 12:27
by marijan
Hello,

Does anyone have problem with "quick filter panels" in last beta 2 version, for me even fitlers is activated doesn't work?
For me work only if Position is Vertical in Horizontal position not work like in previous version.

https://docs.rukovoditel.net/index.php?p=67

Thanks

Re: Filters Panels

Posted: 29 May 2020, 19:13
by marijan
Found issue,

In database app_filters_panels field:"type" replaced "(null)" with empty and Quick filter panels continue to work.

Definitly problems are in database wher empty field is marked (null)

I will try to find solution to update all tables in database where is (null) with empty

If someone have a same problem, this query will fix:
UPDATE app_filters_panels set type="" where type is null

Regards

Re: Filters Panels

Posted: 01 Jun 2020, 19:04
by rennecke
I have the same issue.
Configured "horizontal" the filters are not shown - configured "vertical" they are shown.
In databases there is a difference between NULL = there is NO value and "" = the value is an empty string. Not so easy to understand, but just replacing NULL with "" ist not the solution.
Sergey, it's your turn. Thanks.

Re: Filters Panels

Posted: 01 Jun 2020, 21:34
by support
I cant reproduce it. Do more tests please

Re: Filters Panels

Posted: 04 Jun 2020, 22:08
by rennecke
I configured filterpanel:
Configuration for horizontal filter panel:
horizontal_filter_config.png
result:
no_horizontal_filter.png
Configuration for vertical filter panel:
vertical_filter_conf.png
result.
vertical_filter.png
The filter panel should contain:
filter_content.png
I only changed vertical to/from horizontal.

Re: Filters Panels

Posted: 24 Jun 2020, 00:10
by rennecke
I'm not sure if it is solved with 2.7.1 but I tested the issue after installing 2.7.1.
First it still did not work. But when I was deactivating and reactivating the filter panel it worked.
So, I guess its just that with activating the filter panel any setting is set witch was not updated with the update to 2.7.

Re: Filters Panels

Posted: 14 Sep 2022, 11:51
by wingedpotato
Hello support,

I'm having issue about the filter panel on version 3.2.1
Screenshot_67.png
As you can see, there's a filter panel for Merk and Customer

The data has Merk for "SULLAIR"
Screenshot_68.png
But when I filter it, it didn't show any data.
Screenshot_69.png
Doesn't matter if it's horizontal or veritical. The Merk field is Entity Field.

Any suggestion...?

Re: Filters Panels

Posted: 14 Sep 2022, 13:09
by support
Doesn't matter if it's horizontal or veritical. The Merk field is Entity Field.
I can't reproduce this issue.

How data added in Market list entity?

Re: Filters Panels

Posted: 14 Sep 2022, 13:33
by wingedpotato
Using only add form.
FIeld 'Merk' is Entity, my user just pick a value from a dropdown then save the record.

Re: Filters Panels

Posted: 14 Sep 2022, 16:27
by support
Any other filters works ok?