omegacodepl / redmine_inline_edit_issues

This is a redmine plugin that allows you to edit fields of multiple issues in one view
0 stars 1 forks source link

403 You are not authorized to access this page. #2

Open oldunclez opened 1 year ago

oldunclez commented 1 year ago

Hi

Non-admin user , for example , userA , failed to use "Edit inline" even if the assignee of the issues is userA . It throw out err : 403 You are not authorized to access this page. But admin can . Is there anything I missing ? Thank you .

Environment:
  Redmine version                4.2.9.stable
  Ruby version                   2.7.7-p221 (2022-11-24) [x86_64-linux]
  Rails version                  5.2.8.1
  Environment                    production
  Database adapter               Mysql2
  Mailer queue                   ActiveJob::QueueAdapters::AsyncAdapter
  Mailer delivery                smtp
SCM:
  Subversion                     1.14.1
  Mercurial                      5.6.1
  Bazaar                         3.1.0
  Git                            2.30.2
  Filesystem                     
  GitMirror                      2.30.2
Redmine plugins:
  due_date_reminder              0.1
  redmine_custom_workflows       2.0.8
  redmine_git_mirror             0.8.0
  redmine_inline_edit_issues     2.0.1
  redmine_issue_templates        1.1.0
  redmine_issues_tree            0.0.15
oldunclez commented 1 year ago

It turns out that one has to enable the "edit inline" permission for the non-admin user in "Roles and permissions" (http://your_redmine_sever/roles/X/edit)