Skip to content

Commit

Permalink
Hidden field default value - vsreeni and ralwan
Browse files Browse the repository at this point in the history
Bug fix in fix of issue expertiza#961 and expertiza#972
  • Loading branch information
rajanalwan committed Oct 28, 2017
1 parent c917b0e commit 40a7ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/assignments/edit/_due_dates.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ function addDaysOrMonth(mul, type) {
<button type="button" id="set_rounds">Set</button><label style='padding-left: 300px; text-align:right;'>Timezone : <%= current_user.timezonepref %></label>
</div>

<%= hidden_field(:set_pressed, :bool, :value => false) %>
<%= hidden_field(:set_pressed, :bool, :value => true) %>
<% if @assignment_form.assignment.rounds_of_reviews > 1 %>
<!--Add a change name or url checkbox. By: Xiaoqiang Shao-->
Expand Down

0 comments on commit 40a7ffb

Please sign in to comment.