Skip to content

Commit

Permalink
PI-1558 Update PSR extension in Alfresco (#2388)
Browse files Browse the repository at this point in the history
This is an extension of #2384
  • Loading branch information
marcus-bcl authored Oct 16, 2023
1 parent 568e7e7 commit 4aee48b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class DocumentService(
bodyBuilder.part("entityId", courtReportId.toString(), MediaType.TEXT_PLAIN)
bodyBuilder.part("author", authorName, MediaType.TEXT_PLAIN)
bodyBuilder.part("filedata", file, MediaType.APPLICATION_OCTET_STREAM).filename(filename)
bodyBuilder.part("fileName", filename, MediaType.TEXT_PLAIN)
bodyBuilder.part("docType", "DOCUMENT", MediaType.TEXT_PLAIN)
bodyBuilder.part("entityType", "COURTREPORT", MediaType.TEXT_PLAIN)
if (locked) {
Expand Down

0 comments on commit 4aee48b

Please sign in to comment.