Actions
Defect #23182
closedurl in email + sub uri = sub uri duplication
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
I configure redmine to be https://server/redmine via
RedmineApp::Application.routes.default_scope = { :path => '/redmine', :shallow_path => '/redmine' } #RedmineApp::Application.routes.default_scope = "/redmine" # Initialize the Rails application Rails.application.initialize! Redmine::Utils::relative_url_root = "/redmine"
all works fine, except links in email - they looks like:
https://server/redmine/redmine/issues/1#change-31
I have set hostname to server, and protocol to https via
Administration->Preference->General
Related issues
Actions