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
134 stars 56 forks source link

Web auth keeps popping up in issue page #113

Closed Raw1mage closed 1 year ago

Raw1mage commented 1 year ago

When I view an issue at url such as https://mysite/issues/36, the web auth pops up. image

I'm not sure if this is a bug or confliction with other plugins, but I tried two ways to cease the bugging:

  1. pass the web auth
  2. Removing the redmine_issue_dynamic_Edit plugin.

Currently I am using some other plugins that might alter the Issue functions. Will try them, too.

redmine_checklists
redmine_dmsf
easy_gantt_pro

There is not much log to investigate. let me know if uploading anything could help.

I, [2023-08-28T05:57:00.814034 #1]  INFO -- : Started GET "/issues/36.json" for 1.34.74.47 at 2023-08-28 05:57:00 +0000
I, [2023-08-28T05:57:00.814568 #1]  INFO -- : Processing by IssuesController#show as JSON
I, [2023-08-28T05:57:00.814608 #1]  INFO -- :   Parameters: {"id"=>"36"}
I, [2023-08-28T05:57:00.844007 #1]  INFO -- :   Current user: anonymous
I, [2023-08-28T05:57:00.847334 #1]  INFO -- : Completed 401 Unauthorized in 33ms (ActiveRecord: 28.6ms | Allocations: 2685)
slykereven commented 1 year ago

Hi, Try the fix https://github.com/Ilogeek/redmine_issue_dynamic_edit/issues/104 It should solve this problem

Raw1mage commented 1 year ago

Thanks. Closing the issue now. Expecting a merged release