Error incomponents - filtering

8 years 4 months ago #1137 by MULTINOVUM sp. z o.o.
Error incomponents - filtering was created by MULTINOVUM sp. z o.o.
Hi!

For fewdays I noticed error with filtering. After added new item in my component I have nothing in my itemst list (backend).
It seems to filter when I not choose any filter, or filter like "show nothing".

I try to find error and I think I found.

It is in models/mycomponent.php
I change:
        $filter_created_by = $this->state->get("filter.created_by");
        if ($filter_created_by != '') {
            $query->where("a.`created_by` = '".$db->escape($filter_created_by)."'");
        }

to

        $filter_created_by = $this->state->get("filter.created_by");
        if ($filter_created_by') {
            $query->where("a.`created_by` = '".$db->escape($filter_created_by)."'");
        }

In components I create few days ago that second way was made, but from yesterday the first way

I hope it help but if you find the better way, tell me, please

Please Log in or Create an account to join the conversation.

Time to create page: 0.176 seconds
Powered by Kunena Forum

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.