Skip to content

Commit

Permalink
Merge pull request #7401 from NipuniBhagya/master
Browse files Browse the repository at this point in the history
Update feature flag keys in action feature
  • Loading branch information
NipuniBhagya authored Jan 26, 2025
2 parents 998dc81 + dcb12db commit ec77504
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changeset/big-hairs-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wso2is/admin.feature-gate.v1": patch
"@wso2is/console": patch
---

Update feature flags keys in actions feature
8 changes: 4 additions & 4 deletions apps/console/src/public/deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,19 +268,19 @@
"flag": ""
},
{
"feature": "actions.create.types.list.preIssueAccessToken",
"feature": "actions.types.list.preIssueAccessToken",
"flag": ""
},
{
"feature": "actions.create.types.list.preUpdatePassword",
"feature": "actions.types.list.preUpdatePassword",
"flag": ""
},
{
"feature": "actions.create.types.list.preUpdateProfile",
"feature": "actions.types.list.preUpdateProfile",
"flag": ""
},
{
"feature": "actions.create.types.list.preRegistration",
"feature": "actions.types.list.preRegistration",
"flag": ""
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ class FeatureFlagConstants {
*/
public static readonly FEATURE_FLAG_KEY_MAP: { [key: string]: string } = {
ACTIONS: "actions",
ACTIONS_TYPES_PRE_ISSUE_ACCESS_TOKEN: "actions.create.types.list.preIssueAccessToken",
ACTIONS_TYPES_PRE_REGISTRATION: "actions.create.types.list.preRegistration",
ACTIONS_TYPES_PRE_UPDATE_PASSWORD: "actions.create.types.list.preUpdatePassword",
ACTIONS_TYPES_PRE_UPDATE_PROFILE: "actions.create.types.list.preUpdateProfile",
ACTIONS_TYPES_PRE_ISSUE_ACCESS_TOKEN: "actions.types.list.preIssueAccessToken",
ACTIONS_TYPES_PRE_REGISTRATION: "actions.types.list.preRegistration",
ACTIONS_TYPES_PRE_UPDATE_PASSWORD: "actions.types.list.preUpdatePassword",
ACTIONS_TYPES_PRE_UPDATE_PROFILE: "actions.types.list.preUpdateProfile",
APPLICATIONS: "application",
APPLICATION_BRANDING_TEXT: "branding.stylesAndText.application.text",
APPLICATION_TEMPLATES: "applications.templates",
Expand Down

0 comments on commit ec77504

Please sign in to comment.