Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #54 from Financial-Times/remove-user-groups-flags
Browse files Browse the repository at this point in the history
Remove user groups flags
  • Loading branch information
dapenguin authored Jul 11, 2018
2 parents 05b6856 + 91062d7 commit 2e14c49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .bowerrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ docker-compose.yml
.editorconfig
pa11y_screenCapture
.eslintrc
.bowerrc

*.env*

Expand Down
12 changes: 2 additions & 10 deletions navigation-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ module.exports = (licence, selectedTab, path) => {
{
name: 'Manage Users',
href: `/users/${licenceId}`,
trackable: 'users',
showFlag: 'katUsersManagement'
trackable: 'users'
},
{
name: 'Manage Groups',
href: `/groups/${licenceId}`,
trackable: 'groups',
showFlag: 'katGroupManagement'
trackable: 'groups'
},
{
name: 'Select Topics',
Expand All @@ -29,12 +27,6 @@ module.exports = (licence, selectedTab, path) => {
trackable: 'usage-reports',
showFlag: 'katUsagePage'
},
{
name: 'Licence Administration',
href: `https://licence-admin.ft.com/licences/${licenceId}/users`,
trackable: 'licence-admin',
hideFlag: 'katUsersManagement'
},
{
name: 'Sign Out',
href: 'https://www.ft.com/logout',
Expand Down

0 comments on commit 2e14c49

Please sign in to comment.