Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
2
app/views/timelog/edit.js.erb
Normal file
2
app/views/timelog/edit.js.erb
Normal file
|
@ -0,0 +1,2 @@
|
|||
$('#time_entry_activity_id').html('<%= escape_javascript options_for_select(activity_collection_for_select_options(@time_entry), @time_entry.activity_id) %>');
|
||||
$('#time_entry_issue').html('<%= escape_javascript link_to_issue(@time_entry.issue) if @time_entry.issue.try(:visible?) %>');
|
Loading…
Add table
Add a link
Reference in a new issue