Hi Dan,
Just a heads up, I'm playing around with your new module Commerce Gift Card and as it requires the 7.x-.2x version of commerce Coupon, I installed the latest Commerce Coupon commit #8d14033 from Nov. 12, 2013. You are probably already aware of this, but I am seeing this Notice: Trying to get property of non-object in commerce_entity_access() (line 1026 of .../sites/all/modules/commerce/commerce.module). Is this something that might have been missed from 7.x-1x version.
Thanks! Keep up the great work!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2141801-2.patch | 555 bytes | roderik |
Comments
Comment #1
advernut commentedComment #2
roderikSeeing this only when you clear the menu cache?
There's a faulty definition in commerce_menu() for
admin/commerce/coupons/add. The 2nd argument tocommerce_coupon_access()must be an entity, not a string.Comment #3
advernut commentedThat did the trick! Thanks roderik!
Comment #4
advernut commentedComment #5
roderik'fixed' means the fix is actually applied to the module's repository. I don't see it there.
(Setting to RTPC because tested, and because it's not an invasive patch that needs lots of testing.)
Comment #6
advernut commentedYou are correct. My mistake. I'll wait for the patch to be added to the next 2x commit.
Thanks!
Comment #7
dpolant commentedFixed in latest dev.