mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
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:
parent
b45b01b595
commit
0b04923737
5 changed files with 19 additions and 5 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue