Clone
Marcin Cieslak
committed
on 13 Aug 17
NTU-12, LDEV-1261 Fix a lazy initialisation exception
Objects should not be passed to services' methods if they were not
fetched in other se… Show more
NTU-12, LDEV-1261 Fix a lazy initialisation exception

Objects should not be passed to services' methods if they were not

fetched in other service methods. For example, passing an object from

Action to a service can result in a lazy initialisation exception. It it

better to use primitives, IDs. Show less