silvershop / silvershop-discounts

Adds Discount and Coupon support for SilverShop
Other
9 stars 38 forks source link

impr: Permission checks on SpecificPrice model #109

Closed benjicarson closed 2 years ago

benjicarson commented 2 years ago

Explicitly allow members with MANAGE_DISCOUNTS permission to view SpecificPrice objects.

Add fallback to parent canEdit, canCreate, canDelete methods in order to retain ADMIN permission check and extendedCan delegation.

wilr commented 2 years ago

Thanks!