[#4327] Add a select field to selecting the deliverable for an issue.

This commit is contained in:
Eric Davis
2010-08-02 16:07:59 -07:00
parent ad8dec8638
commit 729acf200d
5 changed files with 66 additions and 29 deletions

View File

@@ -1,9 +1,7 @@
module RedmineContracts
module Hooks
class ViewIssuesFormDetailsBottomHook < Redmine::Hook::ViewListener
def view_issues_form_details_bottom(context={})
return ''
end
render_on(:view_issues_form_details_bottom, :partial => 'issues/edit_deliverable', :layout => false)
end
end
end