You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REST API broken after install the plugin. Please fix it.
If I try download attachments via REST API,
Example
/redmine/attachments/20314.json?key=[key]
I got error in logs:
ActionController::UnknownFormat (ActionController::UnknownFormat):
plugins/redmine_preview_pdf/lib/redmine_preview_pdf/patches/attachments_controller_patch.rb:70:in `show_with_pdf'
I thinking you need add condition for API. Like this format.api
The text was updated successfully, but these errors were encountered:
Hi,
REST API broken after install the plugin. Please fix it.
If I try download attachments via REST API,
Example
/redmine/attachments/20314.json?key=[key]
I got error in logs:
ActionController::UnknownFormat (ActionController::UnknownFormat):
plugins/redmine_preview_pdf/lib/redmine_preview_pdf/patches/attachments_controller_patch.rb:70:in `show_with_pdf'
I thinking you need add condition for API. Like this format.api
The text was updated successfully, but these errors were encountered: