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

Automatic authorization in the API #112

Closed vadimklochkov closed 1 year ago

vadimklochkov commented 1 year ago

The plugin is undoubtedly cool, but it requires additional authorization. Is it possible to disable this additional authorization so that the user does not enter the login password again after logging in? If not, will this be implemented in future versions?

slykereven commented 1 year ago

Are you talking about the popup authorisation server after login in redmine ?

Ilogeek commented 1 year ago

Hello @vadimklochkov This PR must do the trick : https://github.com/Ilogeek/redmine_issue_dynamic_edit/pull/108 (same difficulty as this thread maybe : https://github.com/Ilogeek/redmine_issue_dynamic_edit/issues/104)

slykereven commented 1 year ago

I use the fix #104 for few months now, so far so good :) Should be merged I think !

vadimklochkov commented 1 year ago

Thx