discourse-data-explorer/spec
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 FEATURE: introduce data-explorer tables (#61) 2020-08-27 10:29:57 +10:00
jobs/scheduled FEATURE: destroy old hidden queries (#82) 2020-11-25 22:09:05 +05:30
lib/tasks FIX: flaky fix_query_id_spec because id conflict (#73) 2020-10-13 12:31:51 +11:00
requests DEV: Improve logic for showing/hiding the reports tab in group screens (#107) 2021-04-08 17:47:44 +01:00
guardian_spec.rb Fix failing test. 2020-08-27 09:36:51 +08:00