Skip to content

Commit

Permalink
Merge pull request #7396 from amanda-ariyaratne/master
Browse files Browse the repository at this point in the history
Hide attribute mapping button for system schema
  • Loading branch information
amanda-ariyaratne authored Jan 25, 2025
2 parents dbdd821 + a9cee2b commit 75dec2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rare-eagles-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.claims.v1": patch
---

Hide attribute mapping button for system schema
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class ClaimManagementConstants {
},
{
attributeButtonText: "claims:external.pageLayout.edit.attributeMappingPrimaryAction" ,
isAttributeButtonEnabled: true,
isAttributeButtonEnabled: false,
name: "System Schema",
uri: "urn:scim:wso2:schema"
},
Expand Down

0 comments on commit 75dec2f

Please sign in to comment.