mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-03 22:29:39 +00:00
Project is required.
git-svn-id: http://svn.redmine.org/redmine/trunk@15935 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
420ebc0d1f
commit
7cce582c14
@ -8,7 +8,7 @@
|
||||
<% elsif params[:issue_id] %>
|
||||
<%= hidden_field_tag 'issue_id', params[:issue_id] %>
|
||||
<% else %>
|
||||
<p><%= f.select :project_id, project_tree_options_for_select(Project.allowed_to(:log_time).to_a, :selected => @time_entry.project, :include_blank => true) %></p>
|
||||
<p><%= f.select :project_id, project_tree_options_for_select(Project.allowed_to(:log_time).to_a, :selected => @time_entry.project, :include_blank => true), :required => true %></p>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user