修复修改作业时,即使该作业有附件,附件列表显示却为空的BUG
This commit is contained in:
parent
864d969c15
commit
8776141e63
|
@ -34,12 +34,16 @@
|
||||||
<span id="bid_deadline_span">
|
<span id="bid_deadline_span">
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p><%= f.select :is_evaluation, is_evaluation_option %>
|
<p>
|
||||||
|
<%= f.select :is_evaluation, is_evaluation_option %>
|
||||||
</p>
|
</p>
|
||||||
<p><%= f.select :proportion, proportion_option %>
|
<p>
|
||||||
|
<%= f.select :proportion, proportion_option %>
|
||||||
</p>
|
</p>
|
||||||
<p><%= hidden_field_tag 'course_id', @course.id %>
|
<p>
|
||||||
|
<%= hidden_field_tag 'course_id', @course.id %>
|
||||||
</p>
|
</p>
|
||||||
<fieldset><legend><%= l(:label_attachment_plural) %></legend>
|
<fieldset>
|
||||||
<p><%= render :partial => 'attachments/form', :locals => {:container => @homework} %></p>
|
<legend><%= l(:label_attachment_plural) %></legend>
|
||||||
|
<p><%= render :partial => 'attachments/form', :locals => {:container => @bid} %></p>
|
||||||
</fieldset>
|
</fieldset>
|
|
@ -55,6 +55,6 @@
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
<%#= render :partial => 'homework_form', :locals => { :f => f } %>
|
<%#= render :partial => 'homework_form', :locals => { :f => f } %>
|
||||||
<%= render :partial => 'homework_form', :locals => { :f => f } %>
|
<%= render :partial => 'homework_form', :locals => { :f => f } %>
|
||||||
<input type="button" onclick="submitHomework(<%= @bid.id%>);" value="<%= l(:button_create)%>" class="enterprise">
|
<input type="button" onclick="submitHomework(<%= @bid.id%>);" value="<%= l(:button_create)%>" class="enterprise">
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue