sprint2+3: remaining services visibility filter + search provider permission-aware + dashboard route
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-07-29 02:05:14 +02:00
parent 52a5c347de
commit 517e1b6d8b
9 changed files with 370 additions and 78 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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