[#4327] Added the Deliverable field to the bulk edit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module RedmineContracts
|
||||
module Hooks
|
||||
class ViewIssuesBulkEditDetailsBottomHook < Redmine::Hook::ViewListener
|
||||
|
||||
render_on(:view_issues_bulk_edit_details_bottom, :partial => 'issues/bulk_edit_deliverable', :layout => false)
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user