sprint2: 8 services + 8 routes visibility filter + BaseSearchProvider + owned_mixin on models
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-07-29 01:52:47 +02:00
parent 479ee04834
commit 9fc84b7905
25 changed files with 977 additions and 211 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from app.core.db import Base, TenantMixin
from app.models.owned_mixin import OwnedMixin
class SavedView(Base, TenantMixin):
class SavedView(Base, TenantMixin, OwnedMixin):
"""Saved view — reusable view configuration (filter+sort+group+viewMode+folder) for list views."""
__tablename__ = "saved_views"