Studio 12 BETA Published

It sounds like a useful suggestion, I’ve created a ticket: https://youtrack.cuba-platform.com/issue/STUDIO-6998

Hi Alex
Thanks for creating tickets on those bug reports / enhancement requests.

I see this:

image

Yes, looks like suggestions for datasource and component references are not shown.
Created a ticket for that: https://youtrack.cuba-platform.com/issue/STUDIO-7017

Hi,

May be you need a bit more details.
When you create a new entity (class) the uuid attribute is added automatically (since the ‘hasUuid’ is selected automatically) AND in messages.properties a line for uuid attribute is added automatically.
If you unselect ‘hasUuid’ the uuid is gone BUT the line in messages.properties is still there.
If you have an existing entity e.g. without uuid attribute and select the ‘hasUuid’ manually, the attribute is added (of course) BUT no line in messages.properties will be generated.
So auto-selected ‘hasUuid’ when creating a new entity and manual selcting the ‘hasUuid’ has different behaviour.

Thanks
Steven

Thanks for reporting, I have reproduced the problem and created ticket: https://youtrack.cuba-platform.com/issue/STUDIO-7019

Thank you Alex.
When we user the Container as filter condition, we need to write the following code in the xml file

<facets>
    <dataLoadCoordinator auto="true"/>
</facets>

Can this be automatically generated? Say, a check-box in the designer withing the studio would do?

Thank you Alex.
When we user the Container as filter condition, we need to write the following code in the xml file

<facets>
    <dataLoadCoordinator auto="true"/>
</facets>

Can this be automatically generated? Say, a check-box in the designer withing the studio would do?

Yes, sure, this is planned but not implemented yet (not in 12.0).

1 Like