Filters Panels

User avatar
marijan
Posts: 281
Joined: 06 Dec 2018, 04:52
Name: Marijan Grijakovic
Location: Skopje

Filters Panels

Post 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
User avatar
marijan
Posts: 281
Joined: 06 Dec 2018, 04:52
Name: Marijan Grijakovic
Location: Skopje

Re: Filters Panels

Post 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
User avatar
rennecke
Sponsor
Sponsor
Posts: 214
Joined: 14 Jan 2018, 12:55
Name: Eberhard Rennecke
Location: Switzerland Zurich

Re: Filters Panels

Post 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.
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Filters Panels

Post by support »

I cant reproduce it. Do more tests please
User avatar
rennecke
Sponsor
Sponsor
Posts: 214
Joined: 14 Jan 2018, 12:55
Name: Eberhard Rennecke
Location: Switzerland Zurich

Re: Filters Panels

Post 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.
User avatar
rennecke
Sponsor
Sponsor
Posts: 214
Joined: 14 Jan 2018, 12:55
Name: Eberhard Rennecke
Location: Switzerland Zurich

Re: Filters Panels

Post 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.
wingedpotato
Posts: 330
Joined: 16 Jan 2018, 06:10
Name: Andy
Location: Indonesia

Re: Filters Panels

Post 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...?
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Filters Panels

Post 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?
wingedpotato
Posts: 330
Joined: 16 Jan 2018, 06:10
Name: Andy
Location: Indonesia

Re: Filters Panels

Post by wingedpotato »

Using only add form.
FIeld 'Merk' is Entity, my user just pick a value from a dropdown then save the record.
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Filters Panels

Post by support »

Any other filters works ok?
Post Reply