Merge pull request #14 from vsc55/master

Update init.rb
This commit is contained in:
Ivan Marangoz 2020-02-01 22:21:18 +00:00 committed by GitHub
commit b776881b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,9 @@ Redmine::Plugin.register :custom_tables do
author 'Ivan Marangoz'
description 'This is a plugin for Redmine'
version '1.0.4'
requires_redmine :version_or_higher => '4.0.0'
url 'https://github.com/frywer/custom_tables'
author_url 'https://github.com/frywer'
permission :manage_custom_tables, {
custom_entities: [:new, :edit, :create, :update, :destroy, :context_menu, :bulk_edit, :bulk_update],