Skip to content

Make it compliance with Multitenancy addon #24

@maslopop

Description

@maslopop

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions