Skip to content
Snippets Groups Projects
Commit 27e24f03 authored by Mohammad Hawwari's avatar Mohammad Hawwari Committed by Jonathan Sacksick
Browse files

Issue #3266746: Provide access to view rendered currencies without the need...

Issue #3266746: Provide access to view rendered currencies without the need for administer commerce_currency permission
parent 371ea72b
No related branches found
No related tags found
1 merge request!92Issue #3266746: Provide access to view rendered currencies
Pipeline #168633 passed with warnings
......@@ -18,6 +18,8 @@ use Drupal\Core\Config\Entity\ConfigEntityBase;
* plural = "@count currencies",
* ),
* handlers = {
* "access" = "Drupal\entity\EntityAccessControlHandler",
* "permission_provider" = "Drupal\entity\EntityPermissionProvider",
* "form" = {
* "add" = "Drupal\commerce_price\Form\CurrencyForm",
* "edit" = "Drupal\commerce_price\Form\CurrencyForm",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment