mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
Showing Teams Starter option in org edit dropdown in the admin portal if user is on that plan (#4187)
This commit is contained in:
parent
f275b2567d
commit
5fd9ab5fa5
@ -74,7 +74,7 @@
|
|||||||
(Model.Provider == null ||
|
(Model.Provider == null ||
|
||||||
p is >= PlanType.TeamsMonthly2019 and <= PlanType.EnterpriseAnnually2019 or
|
p is >= PlanType.TeamsMonthly2019 and <= PlanType.EnterpriseAnnually2019 or
|
||||||
>= PlanType.TeamsMonthly2020 and <= PlanType.EnterpriseAnnually) &&
|
>= PlanType.TeamsMonthly2020 and <= PlanType.EnterpriseAnnually) &&
|
||||||
p != PlanType.TeamsStarter
|
(Model.PlanType == PlanType.TeamsStarter || p is not PlanType.TeamsStarter)
|
||||||
)
|
)
|
||||||
.Select(e => new SelectListItem
|
.Select(e => new SelectListItem
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user