sprint2+3: remaining services visibility filter + search provider permission-aware + dashboard route
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -13,7 +13,7 @@ from app.core.db import Base, TenantMixin
|
||||
from app.models.owned_mixin import OwnedMixin
|
||||
|
||||
|
||||
class CustomFieldDefinition(Base, TenantMixin):
|
||||
class CustomFieldDefinition(Base, TenantMixin, OwnedMixin):
|
||||
"""User-defined custom field definition stored in the database.
|
||||
|
||||
These definitions are merged with plugin-provided custom fields
|
||||
|
||||
@@ -15,7 +15,7 @@ from app.core.db import Base, TenantMixin
|
||||
from app.models.owned_mixin import OwnedMixin
|
||||
|
||||
|
||||
class EntityHistory(Base, TenantMixin):
|
||||
class EntityHistory(Base, TenantMixin, OwnedMixin):
|
||||
"""Snapshot history for undo/restore functionality.
|
||||
|
||||
Every CRUD action (create/update/delete) stores a full entity snapshot
|
||||
|
||||
Reference in New Issue
Block a user