diff --git a/module/Olcs/src/Controller/ConversationsController.php b/module/Olcs/src/Controller/ConversationsController.php index ec29aad58..d04b56df3 100644 --- a/module/Olcs/src/Controller/ConversationsController.php +++ b/module/Olcs/src/Controller/ConversationsController.php @@ -261,7 +261,7 @@ public function processFileUpload($file) { $dtoData = [ 'category' => Category::CATEGORY_LICENSING, - 'subCategory' => Category::DOC_SUB_CATEGORY_MESSAGING, + 'subCategory' => Category::DOC_SUB_CATEGORY_OTHER_DOCUMENTS, 'description' => $file['name'], 'isExternal' => true, 'messagingConversation' => $this->params()->fromRoute('conversationId'), @@ -275,7 +275,7 @@ public function getUploadedFiles() { $params = [ 'category' => Category::CATEGORY_LICENSING, - 'subCategory' => Category::DOC_SUB_CATEGORY_MESSAGING, + 'subCategory' => Category::DOC_SUB_CATEGORY_OTHER_DOCUMENTS, 'correlationId' => $this->getRequest()->getPost('correlationId'), ];