##// END OF EJS Templates
Option for long text custom fields to be displayed under the description field (#21705)....
Option for long text custom fields to be displayed under the description field (#21705). Based on patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15794:04eefdc809b0
r15869:b40d66f39fa8
Show More
_timelog.html.erb
10 lines | 284 B | text/plain | TextLexer
Jean-Philippe Lang
Adds settings to make the issue and/or comment fields mandatory for time logs (#24577)....
r15794 <%= form_tag({:action => 'edit', :tab => 'timelog'}) do %>
<div class="box tabular settings">
<p><%= setting_multiselect(:timelog_required_fields,
[[l(:field_issue), 'issue_id'], [l(:field_comments), 'comments'] ]) %></p>
</div>
<%= submit_tag l(:button_save) %>
<% end %>