mirror of
https://github.com/bitwarden/server.git
synced 2024-12-11 15:17:44 +01:00
Re-add contextual comment regarding dropped license properties
This commit is contained in:
parent
2584ebc1b8
commit
6b5e6e89c9
@ -381,6 +381,13 @@ public class OrganizationLicense : ILicense
|
|||||||
organization.SmServiceAccounts == SmServiceAccounts;
|
organization.SmServiceAccounts == SmServiceAccounts;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Version 14 added LimitCollectionCreationDeletion and Version
|
||||||
|
* 15 added AllowAdminAccessToAllCollectionItems, however they
|
||||||
|
* are no longer used and are intentionally excluded from
|
||||||
|
* validation.
|
||||||
|
*/
|
||||||
|
|
||||||
return valid;
|
return valid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user