OSDN Git Service

experimental - delete relation from context menu
[quickedit/quick_edit.git] / init.rb
1 #coding: utf-8
2
3 require_dependency File.expand_path('../app/helpers/application_helper.rb', __FILE__)
4 require_dependency File.expand_path('../hooks', __FILE__)
5
6 Redmine::Plugin.register :quick_edit do
7   name 'Quick Edit plugin'
8   author 'Akira Saito'
9   description 'This plugin provides ability to edit a fields of the issue at the issues page.'
10   version '0.0.4'
11
12   permission :manage_quick_edit_relations, {:quick_edit_relations => [:create, :destroy]}, :public => true
13 end