Active
Project:
Entityform block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2016 at 17:50 UTC
Updated:
5 Oct 2017 at 14:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jsibley commentedAny thoughts about this? I am getting these messages when deleting token entities:
Notice: Undefined property: LimesurveySyncEntityToken::$type in entityform_block_entity_delete() (line 197 of /code/sites/all/modules/entityform_block/entityform_block.module).
Comment #3
thedut commentedThis is a Entityform block module issue.
I move this issue to the entityform_bloc project.
I guess this bug has no consequences (display notice error) and could be fixed switching line 197 and 198 :
Comment #4
thedut commentedComment #5
ConradFlashback commented+1
error when I delete an entity from a rules.
Comment #6
harings_rob commentedThis should indeed be swapped, this is just a bad assumption (users have no type either.)
Attached is the patch.