Fixes #16 - incomplete check meant functionality designed for "copy" was bleeding into creation form too
This commit is contained in:
parent
875892495a
commit
c32881c7f5
@ -1,4 +1,4 @@
|
|||||||
<% if @project.new_record? %>
|
<% if @project.new_record? && !@source_project.nil? %>
|
||||||
<p>
|
<p>
|
||||||
<label class="block"><%= check_box_tag 'only[]', 'dmsf', true %><%= l(:label_dmsf_plural, @source_project.dmsf_count) %></label>
|
<label class="block"><%= check_box_tag 'only[]', 'dmsf', true %><%= l(:label_dmsf_plural, @source_project.dmsf_count) %></label>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user