3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Issue #3394069: Update quantities to use bundle permission granularity

This commit is contained in:
Paul Weidner 2023-10-19 15:35:19 -07:00 committed by Michael Stenta
parent abe4aff642
commit 9b9871c3ba
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Issue #3382616: Remove v1 migrations from farmOS 3.x](https://www.drupal.org/project/farm/issues/3382616)
- [QuickFormInterface::getId() is replaced by QuickFormInterface::getQuickId()](https://www.drupal.org/node/3379686)
- [Remove deprecated farm_log_asset_names_summary()](https://www.drupal.org/node/3359456)
- [Issue #3394069: Update quantities to use bundle permission granularity](https://www.drupal.org/node/3394069)
## [2.2.2] 2023-10-25

View file

@ -53,6 +53,7 @@ use Drupal\user\EntityOwnerTrait;
* revisionable = TRUE,
* show_revision_ui = FALSE,
* admin_permission = "administer quantity",
* permission_granularity = "bundle",
* entity_keys = {
* "id" = "id",
* "revision" = "revision_id",