discourse-data-explorer/app
David Taylor 216dff3ed9
DEV: Improve logic for showing/hiding the reports tab in group screens (#107)
Previously this was adding an extra AJAX request to check if the group had any queries available. Now a boolean is included in the group serializer, so there is no need for the extra request.

Removing this ajax request will also stop other plugin JS integration tests from failing when the data-explorer plugin is installed.

This commit also fixes the HTML markup of the tab, so that it doesn't have a <ul> nested inside the existing <ul>. Also adds an icon for good measure.
2021-04-08 17:47:44 +01:00
..
controllers/data_explorer DEV: Improve logic for showing/hiding the reports tab in group screens (#107) 2021-04-08 17:47:44 +01:00
jobs/scheduled FEATURE: destroy old hidden queries (#82) 2020-11-25 22:09:05 +05:30
models/data_explorer DEV: Improve logic for showing/hiding the reports tab in group screens (#107) 2021-04-08 17:47:44 +01:00
serializers/data_explorer FIX: Show badge names in query results (#92) 2021-02-12 10:01:16 +01:00