rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 10 forks source link

Search filter doesn't work on some pages #87

Closed gmclelland closed 6 years ago

gmclelland commented 6 years ago

Typing in the input field doesn't do anything on the following pages

Note: I do have Profields: Lister. Maybe thats the problem?

No errors displayed in the console. I also noticed the font color in the input field's placeholder text is off. It looks like the Classic theme instead of the AdminThemeUikit's colors.

filter

Hope that helps

rolandtoth commented 6 years ago

Users page: "guest" is most likely to be present in all rows :) (that's the default role that everyone gets. Does it work if you search for something else?)

I see the bug on the Find (lister) page, I'll check.

gmclelland commented 6 years ago

It looks like it works fine for users other than "guest".

rolandtoth commented 6 years ago

This should be fixed in v1.7.5.

gmclelland commented 6 years ago

Thanks @rolandtoth ! I tested it and it works now.