Skip to content

Commit

Permalink
Merge branch '10401/add-timezone-picker' of https://github.com/Esri/h…
Browse files Browse the repository at this point in the history
…ub.js into 10401/add-timezone-picker
  • Loading branch information
juliannaeapicella committed May 10, 2024
2 parents 8e360f4 + 560ba93 commit d8915c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions packages/common/src/permissions/HubPermissionPolicies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ const SystemPermissionPolicies: IPermissionPolicy[] = [
availability: ["alpha"],
environments: ["devext", "qaext", "production"],
},
{
// This is an experimental extension of the gallery to include `map layout`
// Similar to `hub:feature:privacy`, we want to deny permission unless explicity enabled with (?pe=hub:feature:gallery:map)
permission: "hub:feature:gallery:map",
environments: ["devext"],
},
{
// Enables access to the user preferences section of the user profile
// This will likely be removed when we swap the user profile to use workspace
Expand Down
1 change: 0 additions & 1 deletion packages/common/src/permissions/types/Permission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const TempPermissions = ["temp:workspace:released"];
const SystemPermissions = [
"hub:feature:privacy",
"hub:feature:workspace",
"hub:feature:gallery:map",
"hub:feature:user:preferences",
"hub:card:follow",
"hub:feature:workspace:umbrella",
Expand Down

0 comments on commit d8915c2

Please sign in to comment.