- Issue created by @rszrama
- Merge request !385Issue #3491987 by ivnish, rszrama: Add a permission specific to unlocking orders → (Merged) created by ivnish
- 🇮🇱Israel jsacksick
So with this, we're no longer checking that the order can be updated, is that intended? I guess the permission should be sufficient, but still feels weird to allow unlocking an order if you cannot update the order.
- ivnish Kazakhstan
This issue was created by module owner after discussion in slack. No steps to reproduce required
- 🇮🇱Israel jsacksick
If I'm reading this correctly, we're still not checking that the order cannot be updated?
- 🇮🇱Israel jsacksick
Nope, you're overridding result here.
if ($additional_operation == 'unlock') { $result = AccessResult::allowedIf($entity->isLocked()) ->andIf(AccessResult::allowedIfHasPermission($account, 'unlock orders')); } else { $result = AccessResult::allowedIf(!$entity->isLocked())->andIf($result); }
-
jsacksick →
committed 53600b39 on 3.0.x authored by
ivnish →
Issue #3491987 by ivnish, rszrama: Add a permission specific to...
-
jsacksick →
committed 53600b39 on 3.0.x authored by
ivnish →
- Status changed to Fixed
about 2 months ago 7:39am 5 February 2025 Automatically closed - issue fixed for 2 weeks with no activity.