am have some problems with quick start guide part 4
am make all steps but after select item during create of order line am get error:
“Cannot get unfetched attribute [price] from detached object”
am found how am could solve this issue High productivity application development platform at 02:46 during creation of order-edit-view if am not use previously created orderLine-with-product-view for attribute lines but select manually nested attributes all works fine are this normally ?
text above is my mistake
new information:
issue is occurred only if am use dropdown for item selection
if am open list of items everything is ok
are this normally ?
if am add items to order lines table with selection from dropdown list am getting error
"Cannot get unfetched attribute [price] from detached object"
if am add items to order lines table with selectiom from lookup screen everything is fine
Thank you for finding the inconsistency in our tutorial.
The problem is easy to fix: in your order-line-edit.xml set the _local view for the productsDs datasource. The _minimal view was set automatically, as the productsDs datasource is used also for the dropdown, where only the instance name is required.
Olga, thank you for your answer
provided solution solve this issue
extra information:
am could not find any documentation about lookup type and lookup actions options of entity edit screen on pages with documentation
found small but useful information at what’s new information
so am just put link to What's New in CUBA Platform 6.4 – Jmix
maybe it helps someone in future