- Show markdown when signing a document
- Introduce consent history - Centralise consent and content services and config
This commit is contained in:
@@ -178,5 +178,5 @@ class TenantServices:
|
||||
@staticmethod
|
||||
def get_consent_status(tenant_id: int) -> ConsentStatus:
|
||||
# Delegate to centralized ConsentService to ensure consistent logic
|
||||
from common.services.user.consent_service import ConsentService
|
||||
return ConsentService.get_consent_status(tenant_id)
|
||||
from common.services.user.consent_services import ConsentServices
|
||||
return ConsentServices.get_consent_status(tenant_id)
|
||||
|
||||
Reference in New Issue
Block a user