The break change for relations
of ProductService.findOne()
on V2.1
#2443
Labels
type: bug 🐛
Something isn't working
relations
of ProductService.findOne()
on V2.1
#2443
Describe the bug
The
productService.findOne()
can not correct apply customizedrelations
To Reproduce
Steps to reproduce the behavior:
it seems that there is a break change for productService.findOne()
e.g.
above code will return property
variants
as arrayafter upgrade V2.1 the
relations
can. not to apply, thevariants
return nullExpected behavior
Should correct keep custom
relations
Environment (please complete the following information):
Additional context
upgrade V2.1 app is break down.
The text was updated successfully, but these errors were encountered: