From 6ab102a2f832a15c7aae3e4fa74dde6ad08e15db Mon Sep 17 00:00:00 2001 From: Gilbert Roulot Date: Thu, 14 Mar 2019 12:55:46 +0000 Subject: Security Dashboard as default view for groups Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it --- app/assets/javascripts/pages/users/user_tabs.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/javascripts/pages/users') diff --git a/app/assets/javascripts/pages/users/user_tabs.js b/app/assets/javascripts/pages/users/user_tabs.js index 636308c5401..7f800d20835 100644 --- a/app/assets/javascripts/pages/users/user_tabs.js +++ b/app/assets/javascripts/pages/users/user_tabs.js @@ -91,6 +91,7 @@ export default class UserTabs { this.actions = Object.keys(this.loaded); this.bindEvents(); + // TODO: refactor to make this configurable via constructor params with a default value of 'show' if (this.action === 'show') { this.action = this.defaultAction; } -- cgit v1.2.1