- Bug fixes

- TRAICIE_KO_INTERVIEW_DEFINITION spacialist updated to new version
- Edit Document Version now includes Catalog Tagging Fields
- eveai_ordered_list_editor no longer includes Expand Button & Add Row doesn't submit
- Active Period was not correctly returned in some cases in the license_period_services.py
- Partner menu removed if not Super User
This commit is contained in:
Josako
2025-08-05 18:48:12 +02:00
parent 212ea28de8
commit ed87d73c5a
8 changed files with 319 additions and 38 deletions

View File

@@ -10,11 +10,6 @@ PROCESSOR_TYPES = {
"description": "A Processor for PDF files",
"file_types": "pdf",
},
"AUDIO_PROCESSOR": {
"name": "AUDIO Processor",
"description": "A Processor for audio files",
"file_types": "mp3, mp4, ogg",
},
"MARKDOWN_PROCESSOR": {
"name": "Markdown Processor",
"description": "A Processor for markdown files",