wip
This commit is contained in:
parent
dbeaf3973d
commit
2384c4eb00
|
@ -0,0 +1 @@
|
|||
<h1>FOOBAR</h1>
|
|
@ -0,0 +1,5 @@
|
|||
class AddJobToTimelog < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_reference :time_entries, :job, foreign_key: true
|
||||
end
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
class JobsHookListener < Redmine::Hook::ViewListener
|
||||
render_on :view_timelog_edit_form_bottom, partial: "timelogs/edit_form_bottom.html.erb"
|
||||
end
|
Loading…
Reference in New Issue