Added test_create_binding_target
Goals (incl. binding) are required to have targets Plugin fixtures are available through accessors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<%= fields_for 'goal', goal do |ff| %>
|
||||
<label><%= l(:field_goal) %><span class="required"> *</span></label>
|
||||
<label for="goal_id"><%= l(:field_goal) %><span class="required"> *</span></label>
|
||||
<%= ff.select :id,
|
||||
options_from_collection_for_select(@project.goals, :id, :name, goal.id),
|
||||
{required: true}, autocomplete: 'off',
|
||||
|
||||
Reference in New Issue
Block a user