Actions
Defect #31478
closedRepositoriesController entry is missing a template for Image
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
My environment:
Rails 5.2.3
Ruby 2.5.3
Redmine 4
The scenario:
- Add new image PNG format to the repository SVN
- Preview the image PNG
I get an error:
ActionController::UnknownFormat (RepositoriesController#entry is missing a template for this request format and variant.
request.formats: ["image/png"]
request.variant: []):
lib/redmine/sudo_mode.rb:65:in `sudo_mode'
Started GET "/projects/active-power-filter/repository/31/entry/Documents/Overview.png" for 172.22.0.8 at 2019-05-30 10:53:09 +0000
Processing by RepositoriesController#entry as PNG
Related issues
Updated by Go MAEDA over 5 years ago
- Resolution set to Duplicate
I think it has been fixed in r18211 today.
Updated by Go MAEDA over 5 years ago
- Is duplicate of Defect #31141: SCM: error when *.yml and *.txt show added
Updated by Go MAEDA over 5 years ago
- Status changed from Resolved to Closed
Thank you for the feedback. Closing.
Actions