Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
137 stars 55 forks source link

Redmine. Error 404 - No route matches [GET] "/issues/304/quoted" #23

Closed cubNg closed 6 years ago

cubNg commented 6 years ago

After install this plugin, I can't use Quote (in Issue detail page), click but no response
I open link of Quote to new tab, it show that: Redmine. Error 404 - No route matches [GET] "/issues/304/quoted"
Please check this case, thanks !

Environment: Redmine version 3.1.1.stable Ruby version 2.0.0-p645 (2015-04-13) [i386-mingw32] Rails version 4.2.4 Environment production Database adapter Mysql2

Ilogeek commented 6 years ago

Hello @cubNguyen

Thank you for your message. I tried to use the quote button and everything works well :

Click on Quote button example

By clicking on the button, the page scrolls to the form at the bottom of the page and i can create a new note with a quote.


I open link of Quote to new tab, it show that: Redmine. Error 404 - No route matches [GET] "/issues/304/quoted"

This is not an issue, if you uninstall the plugin you'll also get the same behaviour. This kind of link can't be opened in a new tab because they rely on JS to perform a specific action

Ilogeek commented 6 years ago

Hello @cubNguyen

Does your issue still occurs ? Is it possible to provide more info to reproduce your problem ? Does the problem disappear when you uninstall the plugin ?

Don't hesitate to post a comment here if you've found a solution

Edit :

I close the issue, don't hesitate to reopen it if you come back with more information