1
0
mirror of https://github.com/bitwarden/server synced 2026-02-20 19:33:32 +00:00

Add missing reference to OrgAbility readme (#7028)

This commit is contained in:
Thomas Rittson
2026-02-20 15:46:09 +10:00
committed by GitHub
parent 6f8a6dccb5
commit ba1d1b851f

View File

@@ -223,8 +223,11 @@ If your feature should be automatically enabled based on plan type at signup (e.
need to:
1. Work with the Billing Team to add a `HasMyFeature` property to the Plan model and configure which plans include it
2. Update `src/Core/AdminConsole/OrganizationFeatures/Organizations/CloudOrganizationSignUpCommand.cs` to map
`plan.HasMyFeature` to `organization.UseMyFeature`
2. Update the following files to map `plan.HasMyFeature` to `organization.UseMyFeature`:
- `src/Core/AdminConsole/OrganizationFeatures/Organizations/CloudOrganizationSignUpCommand.cs` — Used during
organization creation and plan upgrades
- `src/Core/Billing/Subscriptions/Commands/RestartSubscriptionCommand.cs` — Used when restarting a canceled
subscription with a potentially different plan
**Note:** This step is not required if your feature is enabled manually via the Admin Portal.