-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Please ...
make this addon compliance with Multitenancy addon
https://www.cuba-platform.com/marketplace/multitenancy/
Use one of the following ways to make your own entities tenant-specific:
Extend StandardTenantEntity instead of the StandardEntity class. StandardTenantEntity is the equivalent of the >StandardEntityclass but with an additional TENANT_ID column.
Implement TenantEntity interface and add the @TenantID annotation to the column containing the tenant ID manually.
Note. Tenants don't have write access to entities without the tenantId attribute. It is also true for CUBA system entities.
Massimo
Metadata
Metadata
Assignees
Labels
No labels