Postponed (maintainer needs more info)
Project:
Conflict
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Nov 2018 at 16:12 UTC
Updated:
10 Aug 2021 at 17:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jeremylichtman commentedComment #3
hchonovThe original entity should be always there, as it is appended in
conflict_entity_load(). You should check why it is being removed.However there is something strange in your error. If for some reason the property has been removed, then the message would be stating, that you are trying to access a method on "null", but in your case it is "boolean".
Example for accessing a method on non existing property:
Comment #4
hchonovComment #6
joel_osc commentedIf anyone else runs into this, I have a bit more information from our occurrence:
Likely not a bug with conflict, but I am thinking there is a bug in the calling code somewhere. With the problem no longer occurring I cannot investigate any further.