MayamaTakeshi / redmine_rt

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

Update issue details in issue page dynamically #7

Closed MayamaTakeshi closed 1 year ago

MayamaTakeshi commented 2 years ago

Currently when we are at an issue page, if someone else updates the issue we just add a journal ("a note") to the issue indicating the change. However, we should also update the issue details dynamically in the issue page

MayamaTakeshi commented 1 year ago

This is already doable by using https://github.com/Ilogeek/redmine_issue_dynamic_edit What is missing is to integrate it with redmine_rt so that it reacts to issue update events and suppress journal update (as it will be done by redmine_rt and currently it is duplicated when both plugins are present). I checked the redmine_issue_dynamic_edit code and it seems to be simple to do so after https://github.com/Ilogeek/redmine_issue_dynamic_edit/pull/110 is accepted I will work on this.

MayamaTakeshi commented 1 year ago

Basic changes required in redmine_issue_dynamic_edit created as: https://github.com/MayamaTakeshi/redmine_issue_dynamic_edit/tree/integration_with_redmine_rt we will create a PR after https://github.com/Ilogeek/redmine_issue_dynamic_edit/pull/110 is accepted.