Closed amarkstar closed 9 years ago
Please, try now within plugin from master
branch. If problem still actual, provide more information about your installation. I haven't any problem with HTTP or HTTPS.
Thank for reply, below as my installation:
Environment:
Redmine version 3.0.2.stable
Ruby version 2.2.2-p95 (2015-04-13) [x86_64-linux]
Rails version 4.2.1
Environment production
Database adapter Mysql2
SCM:
Git 1.9.1
Filesystem
Redmine plugins:
clipboard_image_paste 1.10
redmine_agile 1.3.8
redmine_ckeditor 1.1.0
redmine_custom_workflows 0.1.4
redmine_dashboard 2.5.0
redmine_email_message_id 0.0.1
redmine_importer 1.2.2
redmine_issues_tree 0.0.4
redmine_screenshot_paste 2.1.0
redmine_spent_time 3.0.1
redmine_user_aip_permission 0.0.1
redmine_wktime 1.9
redmine_workflow_hidden_fields 0.2.0
Yesterday before writing the comment I made a commit with bugfix into the master
. This bugfix change behaviour of "Tree view" link and in data.redirect
now must appear link without domain name. So, now there must be relative url like /projects/name/issue_tree_view/
instead of http://myDomain:port/projects/name/issue_tree_view/
in old case. If you pull changes from master
and still see an error - this is very interestring problem.
I try manually update issues_trees_controller.rb based on master branch, is working now. maybe have some error i mistaken when i pull changes. anyway, thank a lot.
You are welcome. I will merge this changes in all supported branches within next few days.
when redmine in HTTPS but the link still link to HTTP