cuba-platform / multitenancy-addon

Implementation of a single database multi-tenancy support for CUBA applications.
Apache License 2.0
8 stars 9 forks source link

Update view.xml on "group-tenant-and-hierarchy" #53

Open unicrop opened 4 years ago

unicrop commented 4 years ago

Add "sysTenantId" property on "parent" property, in order to support multiple levels of group (more than 2 levels of hierarchy) when creating a new tenant. Otherwise “IllegalStateException: Cannot get unfetched attribute [sysTenantId] from detached object com.haulmont.addon.sdbmt.entity.TenantGroup” will be thrown.

image image

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.