Two errors with entity claim block
1, In some instances $entity can be null.
Call to undefined method EntityValueWrapper::getBundle() in /sites/all/modules/entity_claim/includes/entity_claim.block.inc on line 112
2. Redirect on entity claim form submit is not honored.
Both issues are fixed with this patch and are in the same patch because there was no way to fix issues with two separate patches.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | errors-claim-block-2850613-3.patch | 3.38 KB | monstrfolk |
Comments
Comment #2
monstrfolk commentedComment #3
monstrfolk commentedComment #4
monstrfolk commentedComment #5
monstrfolk commentedComment #7
nikunjkotechaThanks @monstrfolk for reporting the issue and providing the patch.