Skip to content

Draft: MINTY-7865 Indicating whether documents have PDF versions when retrieving

Martijn van de Streek requested to merge martijn/minty-7865-file_may_pdf into master

/api/case/X/directory/tree/api/ now has two extra fields:

  • may_copy_as_pdf
  • has_pdf_preview

That allow the frontend code to determine whether a file can be used with the "Copy as PDF" feature, and whether a PDF version is available (always true for PDF files, for obvious reasons)

Merge request reports