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

A pop-up appears but cannot be edited. #106

Open gousekid opened 1 year ago

gousekid commented 1 year ago

image

Even if a pop-up appears and I select it, the actual modification is not performed. I am using Redmine 5.0.3.stable. and I downloaded the dynamic edit plugin today. Every field edit is not working.

Environment: Redmine version 5.0.3.stable Ruby version 3.1.2-p20 (2022-04-12) [x86_64-linux] Rails version 6.1.7 Environment production Database adapter PostgreSQL Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp Redmine settings: Redmine theme Fluentmine (includes JavaScript) SCM: Subversion 1.14.1 Mercurial 5.6.1 Bazaar 3.1.0 Git 2.30.2 Filesystem
Redmine plugins: redmine_checklists 3.1.21 redmine_dashboard 2.12.2 redmine_dmsf 3.0.6 redmine_ics_export 5.0.0.dev redmine_issue_dynamic_edit 0.9.1 redmine_issue_templates 1.1.0 redmine_x_lightbox2 1.0.0

gousekid commented 1 year ago

At the first install, it works, but now it doesn't. Even after reinstalling, the error is the same.

gousekid commented 1 year ago

image From the logs, it seems that the problem is that the ID is changed from admin to anonymous (I logged in as admin).

slykereven commented 1 year ago

Hello,

I have the same problem on redmine with the following environment: Environment: Redmine version 5.0.4.stable Ruby version 2.7.4-p191 (2021-07-07) [x86_64-linux-gnu] Rails version 6.1.7 Production environment Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp

Redmine settings: Redmine theme Redmine-theme-purplemine2 (includes JavaScript)

SCM: Git 2.30.2 Filesystem

Redmine plugins: iotbzh 1.0.0 iotbzh_menu_links 0.0.1 redmine_impersonate 2.0.0 redmine_indicator 0.2.16 redmine_issue_dynamic_edit 0.9.1 redmine_lock_out 0.0.1 redmine_openid_connect 0.9.4

The database was imported from a redmine 4.

And I have the impression that it is related to LDAP whose configuration was also imported, during my tests with a clean DB, no problem to modify dynamically, but with the imported DB it does not work, and indeed I see an anonymous user in the logs.

I also have a server identification popup, and when I log on, the plugin is working again. <-----------------------------------------------------> After removing the LDAP connector, the problem is still there

I continue to investigate ...

pkunduCere commented 1 year ago

Ilogeek and team, Thanks so much for making this very important plugin. I've given you a star :). Let me know if anything else would help. We use this plugin in a healthcare application and it saves a lot of headache.

I have the same issue. I'm on redmine 5.0.5 and dynamic edit 0.9.1 To reproduce, try:

Trol0lvl commented 1 year ago

Hello

Have same issue after migrating base from redmine 3.5 to 5.0. Using PostgreSQL on latest Ubuntu with latest Ruby, Rails and other staf.