[#4225] Generated a hook for the timelog available criterias.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module RedmineBudget
|
||||
module Hooks
|
||||
class ControllerTimelogAvailableCriteriasHook < Redmine::Hook::ViewListener
|
||||
def controller_timelog_available_criterias(context={})
|
||||
return ''
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user