1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-02 13:53:23 +01:00

Re-add contextual comment regarding dropped license properties

This commit is contained in:
Addison Beck 2024-10-04 11:30:52 -04:00
parent 2584ebc1b8
commit 6b5e6e89c9
No known key found for this signature in database

View File

@ -381,6 +381,13 @@ public class OrganizationLicense : ILicense
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;
}