Skip to content

Commit

Permalink
fix: limit project content and events to qa alpha (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman authored May 23, 2024
1 parent c4539bc commit ddc32d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/ArcGISContextManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ const QA_ALPHA_ORGS = [
"Xj56SBi2udA78cC9",
];
const PROD_ALPHA_ORGS = [
"gGHDlz6USftL5Pau",
// "gGHDlz6USftL5Pau",
"CrA5hYOKgL3Vwan8",
"zj227gjeSqEyG4HF",
"bkrWlSKcjUDFDtgw",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,13 @@ export const ProjectPermissionPolicies: IPermissionPolicy[] = [
permission: "hub:project:workspace:content",
dependencies: ["hub:project:workspace", "hub:project:edit"],
availability: ["alpha"],
environments: ["qaext"],
},
{
permission: "hub:project:workspace:events",
dependencies: ["hub:project:workspace", "hub:project:edit"],
availability: ["alpha"],
environments: ["qaext"],
},
{
permission: "hub:project:workspace:metrics",
Expand Down

0 comments on commit ddc32d6

Please sign in to comment.