cuba-platform / restapi

CUBA REST API Add-on
Apache License 2.0
8 stars 7 forks source link

Wrong attributeType in embedded field in entities metadata #135

Closed HegelPro closed 3 years ago

HegelPro commented 3 years ago

Environment

Restapi version: 7.2.0 CUBA.Platform version: 7.2.1

Description of the bug or enhancement

1) Created an Embedded entity. 2) Created an entity with an embedded field type that refers to the created Embedded entity. 3) Loaded entities metadata from restapi. 4) Found wrong attributeType in embedded field.

AttributeType must be "EMBEDDED":

embedded_request

HegelPro commented 3 years ago

It was decided to implement this ability already in jmix-rest