workshop tutorial: Example Order view doesn't show login and name mechanic user

Hi, I am following the tutorial of he mechanic workshop (Auto generated CRUD UI · aleksey-stukalov/workshop Wiki · GitHub), but, in order to create an order, I created a mechanic using the system user, but, In the view order it is not shown the user’s login and name, It shows:
com.company.workshop.entity.Mechanic-eab86408-0bdf-d40a-bfd5-0aab962624f8 [detached]

Regards.
Thank you

order_view

Hi Jorge,

I suppose you could have missed one point of the tutorial: setting the Mechanic’s instance name.

  1. Move to the INSTANCE NAME tab and select user as an instance name for Mechanic

You can fix it either in the Mechanic entity designer or right in the mechanic-view editor. Select the user attribute, set the _minimal view for it, and click the Edit instance name button.

Take a look at this chapter, @NamePattern annotation:
https://doc.cuba-platform.com/manual-6.4/entity_class_annotations.html

Thank you so much Olga for your great help!, It worked!