Skip to content

Commit 42d87e9

Browse files
Delete gobierto dashboards models, controllers, serializers, views and tests
1 parent 523f0b6 commit 42d87e9

File tree

17 files changed

+2
-1273
lines changed

17 files changed

+2
-1273
lines changed

app/controllers/gobierto_admin/gobierto_dashboards/dashboards_controller.rb

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/controllers/gobierto_admin/gobierto_plans/projects_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def find_versioned_project
200200
end
201201

202202
def set_dashboards_list_path
203-
return unless current_site.configuration.gobierto_dashboards_enabled? &&
203+
return unless current_site.configuration.available_module?("GobiertoDashboards") &&
204204
current_admin.module_allowed_action?(current_admin_module, current_site, :manage_dashboards)
205205

206206
@dashboards_list_path ||= list_admin_plans_plan_dashboards_path(@plan)

app/controllers/gobierto_dashboards/api/v1/base_controller.rb

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/controllers/gobierto_dashboards/api/v1/dashboards_controller.rb

Lines changed: 0 additions & 152 deletions
This file was deleted.

app/forms/gobierto_dashboards/dashboard_form.rb

Lines changed: 0 additions & 118 deletions
This file was deleted.

app/models/gobierto_dashboards/dashboard.rb

Lines changed: 0 additions & 38 deletions
This file was deleted.

app/models/gobierto_dashboards/data_pipes/base.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)