Insert target of child node in react event
This commit is contained in:
parent
7488915159
commit
a093b657b5
@ -99,7 +99,7 @@ class React(Event):
|
||||
# TODO: solve this circular import problem
|
||||
from solar.core import resource
|
||||
try:
|
||||
loaded_resource = resource.load(self.parent)
|
||||
loaded_resource = resource.load(self.child)
|
||||
except KeyError:
|
||||
# orm throws this error when we're NOT using resource there
|
||||
location_id = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user