13 lines
430 B
Ruby
13 lines
430 B
Ruby
require 'redmine'
|
|
|
|
require 'details_issue_hooks'
|
|
|
|
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.6.4'
|
|
url 'https://github.com/ilogeek/redmine_issue_dynamic_edit'
|
|
author_url 'https://hzilliox.fr'
|
|
end
|