[trp_extended_search][6.1] Search view is displayed on dashboards

Bug #1382380 reported by Yann Papouin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Therp Addons
New
Undecided
Unassigned

Bug Description

After installing the "trp_extended_search" module on 6.1 version, everything is working fine excepted on dashboards and custom dashboards where the search view is displayed (the one that contains buttons for filtering and fields for searching) and not working (these filters and fields are not functional and distractive).

I took a look on the code and I can see in dashboard.js (from "web_dashboard" addon) that some specific flags are set:

        action.flags = {
            search_view : false,
            sidebar : false,
            views_switcher : false,
            action_buttons : false,
            pager: false,
            low_profile: true,
            display_title: false,
            list: {
                selectable: false
            }
        };

Apparently this flags are not set (or reset) when using the "trp_extended_search" module.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.