MayamaTakeshi / redmine_rt

Redmine plugin for Real-Time notification of events
GNU General Public License v3.0
24 stars 4 forks source link

Address failure to update under some cases #58

Closed sk-ys closed 9 months ago

sk-ys commented 9 months ago

Related to #53 and #55, I found that in some cases the update failed when following plugins were used.

Therefore, I temporarily reviewed the process of updating issue attributes. However, the aforementioned plugins are not compatible completely.

MayamaTakeshi commented 9 months ago

I did a quick test. I have only plugin redmine_rt installed and I noticed the last changes inserted a regression and the 'related issues' are not updated in real time anymore.

sk-ys commented 9 months ago

I'm sorry, I commited to a branch that is not the latest. I'm forcing update on the same branch. Please check again.

MayamaTakeshi commented 9 months ago

OK. I tested with only my plugin installed and since there was no impact I merged your changes (since I am not using redmine_checklists/redmine_tags, I am not checking for conflicts with them).

sk-ys commented 9 months ago

Thank you so much.