Error 500 on Project Settings open #845

This commit is contained in:
Karel Picman 2018-04-23 13:21:22 +02:00
parent 9330cb1baa
commit 44420bd513
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
# encoding: utf-8
# encoding: utf-8
#
# Redmine plugin for Document Management System "Features"
#

View File

@ -47,5 +47,5 @@ module RedmineDmsf
end
end
RedmineExtensions::PatchManager.register_concern_patch 'CustomFieldsHelper',
RedmineExtensions::PatchManager.register_helper_patch 'CustomFieldsHelper',
'RedmineDmsf::Patches::CustomFieldsHelperPatch', prepend: true

View File

@ -41,5 +41,5 @@ module RedmineDmsf
end
end
RedmineExtensions::PatchManager.register_concern_patch 'ProjectsHelper',
RedmineExtensions::PatchManager.register_helper_patch 'ProjectsHelper',
'RedmineDmsf::Patches::ProjectHelperPatch', prepend: true