Hugo Zilliox 127af3ae25 Check version improved (avoiding update conflicts) (#97)
using Redmine REST API : https://www.redmine.org/projects/redmine/wiki/rest_issues and disabling check when tab is not focused
2022-12-27 22:53:59 +01:00

13 lines
448 B
Ruby

require 'redmine'
require_relative './lib/details_issue_hooks.rb'
Redmine::Plugin.register :redmine_issue_dynamic_edit do
name 'Redmine Dynamic edit Issue plugin'
author 'Hugo Zilliox'
description 'Allows users to dynamically update issue attributes in detailed view without refreshing the page (JIRA style)'
version '0.9.1'
url 'https://github.com/ilogeek/redmine_issue_dynamic_edit'
author_url 'https://hzilliox.fr'
end