Skip to content

Commit

Permalink
Merge pull request #266 from dlabrecq/settings
Browse files Browse the repository at this point in the history
Add feature flag for Cost management settings page
  • Loading branch information
Hyperkid123 authored Aug 30, 2023
2 parents aec2cbc + ef84cd7 commit 60e631d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions static/beta/prod/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
"args": [
"cost_management"
]
},
{
"method": "featureFlag",
"args": ["cost-management.ui.nav.settings", false]
}
]
}
Expand Down
6 changes: 5 additions & 1 deletion static/beta/stage/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
{
"method": "featureFlag",
"args": ["platform.notifications.overhaul", false]
}
}
]
},
{
Expand Down Expand Up @@ -193,6 +193,10 @@
"cost-management:*:*"
]
]
},
{
"method": "featureFlag",
"args": ["cost-management.ui.nav.settings", false]
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions static/stable/prod/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
"args": [
"cost_management"
]
},
{
"method": "featureFlag",
"args": ["cost-management.ui.nav.settings", false]
}
]
}
Expand Down
8 changes: 6 additions & 2 deletions static/stable/stage/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
{
"title": "Applications",
"expandable": true,
"expandable": true,
"permissions": [
{
"method": "hasPermissions",
Expand Down Expand Up @@ -115,6 +115,10 @@
"cost-management:*:*"
]
]
},
{
"method": "featureFlag",
"args": ["cost-management.ui.nav.settings", false]
}
]
}
Expand All @@ -126,6 +130,6 @@
"title": "Learning Resources",
"href": "/settings/learning-resources"
}

]
}

0 comments on commit 60e631d

Please sign in to comment.