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

Does no update 403 #115

Closed misiek303 closed 9 months ago

misiek303 commented 11 months ago

Redmine

Screenshot 2023-10-02 at 5 08 20 PM

Screenshot 2023-10-02 at 5 13 16 PM

Environment:
  Redmine version                5.0.5.stable
  Ruby version                   3.0.2-p107 (2021-07-07) [x86_64-linux-gnu]
  Rails version                  6.1.7.2
  Environment                    production
  Database adapter               Mysql2
  Mailer queue                   ActiveJob::QueueAdapters::AsyncAdapter
  Mailer delivery                smtp
Redmine settings:
  Redmine theme                  Classic
SCM:
  Git                            2.34.1
  Filesystem                     
Redmine plugins:
  redmine_agile                  1.6.5
  redmine_budgets                1.0.4
  redmine_checklists             3.1.22
  redmine_cms                    1.2.4
  redmine_contacts               4.3.7
  redmine_drive                  1.2.0
  redmine_favorite_projects      2.1.3
  redmine_finance                2.1.8
  redmine_issue_dynamic_edit     0.9.1
  redmine_people                 1.6.3
  redmine_products               2.2.0
  redmine_questions              1.0.4
  redmine_resources              2.0.0
  redmine_theme_changer          0.6.0
  redmine_zenedit                2.0.5
pkoevesdi commented 11 months ago

I have the same problem, here's some more verbose console output: grafik

zlcolin commented 9 months ago

+1

Ilogeek commented 9 months ago

Last commit f4f2862 may resolve the issue by disabling JSON Redmine API call (Do not hesitate to be as descriptive as possible (and constructive comments too) to help maintainers. PR are also open)

pkoevesdi commented 9 months ago

With this I can't edit anything any more. I see the cursor become a "hand" when hovering, but clicking has no effect.

Ilogeek commented 9 months ago

Look at your JS console you may see :

[!CAUTION] Uncaught ReferenceError: nu is not defined

16519bb fix this issue (do not hesitate to check your JS console when having issue 👍)

pkoevesdi commented 9 months ago

(do not hesitate to check your JS console when having issue 👍)

Yes, of course, sorry, missed that this time. Finally, I see this plugin working on our site. Thank You very much, I appreciate Your work!