HI
I have been using multitenant add-on in my application where i have extended the standard report_report and bpm_proc_model to make those elements editable by the tenant users. However, the tenant_id field is not updated even the entity is created by a tenant user.
Here is how it look like:
Extending
After I have created some records the tennat_id field remains empty
As a result of this non-update of the tenant_id field, any record created in one tenant is visible and modifiable from another tenant which is not desirable.
This may be noted here that I have extended ExtUser from “cubasdbmt$TenantUser” as User Entity was already extended before I have used multitenant App Component and as suggested by CUBA team.
I’m also interested in how to solve this, given that I require it for a new project where users are the ones who personalize their reports and processes.