https://bugs.documentfoundation.org/show_bug.cgi?id=104125

            Bug ID: 104125
           Summary: Get the document type with Get_Export_Formats_Resp
           Product: LibreOffice Online
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: machn...@kolabsys.com

I propose to extend Get_Export_Formats_Resp response with possibility to get
the current document "native" type.

E.g. we implemented a Download button with submenu for export format selection.
However, we also alow the user to hit the button without selecting the format.
Which means we'd like to pre-select the format according to opened document.

So, now we have:
[
    {"Label":"PDF Document (.pdf)","Format":"pdf"},
    {"Label":"ODF presentation (.odp)","Format":"odp"},
    ...
]

I propose:

[
    {"Label":"PDF Document (.pdf)","Format":"pdf"},
    {"Label":"ODF presentation (.odp)","Format":"odp", Default: true},
    ...
]

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to