refactor: update serializers and remove obsolete migration

Added AISuggestionFeedback import to serialisers.py and introduced DeletionRequestDetailSerializer for enhanced document detail handling. Removed the obsolete migration 1073_add_ai_permissions.py as it is no longer needed, streamlining the migration history.
This commit is contained in:
dawnsystem 2025-11-16 02:41:50 +01:00
parent b45b01b595
commit 0b04923737
5 changed files with 19 additions and 5 deletions

View file

@ -12,6 +12,7 @@ import { AIStatusService } from 'src/app/services/ai-status.service'
@Component({
selector: 'pngx-ai-status-indicator',
standalone: true,
templateUrl: './ai-status-indicator.component.html',
styleUrls: ['./ai-status-indicator.component.scss'],
imports: [