Actions
Defect #5818
closedredmine_sprints plugin and redmin_screenshot_paste plugin are conflicting with _screenshot.rhtml
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
2010-07-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
When we have redmine_sprints plugin installed its conflicted with redmine_screenshot_paste plugin as follows
on Dashboard "Add Task" Link never work if we don't duplicate the folder vendor/plugins/redmine_screenshot_paste/app/views/issues to vendor/plugins/redmine_screenshot_paste/app/views/issue_spirnts.........
here is the traceback....
ActionView::TemplateError (Missing template issue_sprints/_screenshot.erb in view path vendor/plugins/redmine_screenshot_paste/app/views:vendor/plugins/redmine_sprints/app/views:app/views) on line #58 of vendor/plugins/redmine_sprints/app/views/issue_sprints/_form.rhtml: 55: <label class="floating"><%= check_box_tag 'issue[watcher_user_ids][]', user.id, @issue.watcher_user_ids.include?(user.id) > <=h user ></label>^M 56: < end ->^M 57: </p>^M 58: < end >^M 59: ^M 60: <= call_hook(:view_issues_form_details_bottom, { :issue => @issue, :form => f }) %>^M 61: ^M
lib/redmine/hook.rb:113:in `send' lib/redmine/hook.rb:113:in `view_issues_form_details_bottom' lib/redmine/hook.rb:63:in `send' lib/redmine/hook.rb:63:in `call_hook' lib/redmine/hook.rb:63:in `each' lib/redmine/hook.rb:63:in `call_hook' lib/redmine/hook.rb:60:in `call_hook' lib/redmine/hook.rb:144:in `call_hook' vendor/plugins/redmine_sprints/app/views/issue_sprints/_form.rhtml:58:in `_run_rhtml_vendor47plugins47redmine_sprints47app47views47issue_sprints47_form46rhtml_locals_f_form_object' vendor/plugins/redmine_sprints/app/views/issue_sprints/_new.rhtml:8:in `_run_rhtml_vendor47plugins47redmine_sprints47app47views47issue_sprints47_new46rhtml_locals_new_object' vendor/plugins/redmine_sprints/app/helpers/sprints_helper.rb:128:in `labelled_tabular_remote_form_for' vendor/plugins/redmine_sprints/app/views/issue_sprints/_new.rhtml:3:in `_run_rhtml_vendor47plugins47redmine_sprints47app47views47issue_sprints47_new46rhtml_locals_new_object' vendor/plugins/redmine_sprints/app/controllers/issue_sprints_controller.rb:39:in `new' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
if I create another copy the vendor/plugins/redmine_screenshot_paste/app/views/issues with vendor/plugins/redmine_screenshot_paste/app/views/issue_sprints
then it shows multiple documents - but not Internal Server Error 500
Files
Related issues
Actions