add secondary validations to aliases+implications+requests
This commit is contained in:
@@ -20,6 +20,16 @@ update aaa -> bbb
|
||||
<%= dtext_field "bulk_update_request", "reason", :name => "Reason" %>
|
||||
</div>
|
||||
|
||||
<% if @bulk_update_request.errors.any? %>
|
||||
<div class="input">
|
||||
<label class="checkbox optional" for="bulk_update_request_skip_secondary_validations">
|
||||
<%= check_box "bulk_update_request", "skip_secondary_validations" %>
|
||||
Skip validations
|
||||
</label>
|
||||
<p class="hint">You can ignore the wiki page and minimum count requirements</p>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= f.input :forum_topic_id, :hint => " (optional)" %>
|
||||
<%= f.button :submit, :value => "Submit" %>
|
||||
<%= dtext_preview_button "bulk_update_request", "reason" %>
|
||||
|
||||
Reference in New Issue
Block a user