Skip to content

Commit

Permalink
fix(hub-common): temporarily ungate events 3 in dev & qa to make writ…
Browse files Browse the repository at this point in the history
…ing E2Es easier

affects: @esri/hub-common

ISSUES CLOSED: 11557
  • Loading branch information
rweber-esri committed Nov 15, 2024
1 parent e994d4b commit 4b1fca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/src/events/_internal/EventBusinessRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const EventPermissionPolicies: IPermissionPolicy[] = [
licenses: ["hub-premium"],
// gating
environments: ["devext", "qaext"],
availability: ["alpha"],
// TODO: temp, uncomment this until we're ready to release Events 3
// availability: ["alpha"],
},
{
permission: "hub:event:create",
Expand Down

0 comments on commit 4b1fca3

Please sign in to comment.