Project

General

Profile

Actions

Defect #5818

closed

redmine_sprints plugin and redmin_screenshot_paste plugin are conflicting with _screenshot.rhtml

Added by japan shah almost 14 years ago. Updated almost 14 years ago.

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

Has duplicate Redmine - Defect #5815: redmin_screenshot_paste plugin and redmine_sprints plugin are conflicting with _screenshot.rhtmlClosed2010-07-05

Actions
Actions #1

Updated by japan shah almost 14 years ago

japan shah wrote:

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....
[...]

[...]

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

Duplicate of #5815

Actions #2

Updated by Holger Just almost 14 years ago

The attached patch forces the correct path in redmine_screenshot_paste.

However, I think the base of the issue in inside the redmine_sprints plugin as it should not require the changes.

Actions #3

Updated by japan shah almost 14 years ago

yes I too thinking the same - as without redmine_sprints screenshot_paste works fine.
and its redmine_sprints plugin only which gets failed....as "add task" link is not working with it.....if installed screenshot_paste plugin.

Actions #4

Updated by Felix Schäfer almost 14 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

japan shah wrote:

yes I too thinking the same - as without redmine_sprints screenshot_paste works fine.
and its redmine_sprints plugin only which gets failed....as "add task" link is not working with it.....if installed screenshot_paste plugin.

Again, please contact the author of the redmine_sprints plugin, this is not the right place for it.

Actions

Also available in: Atom PDF