Story#118912395 - epp:log request object search by include

This commit is contained in:
Vladimir Krylov 2016-05-30 13:28:57 +03:00
parent af9fc5b4fa
commit a1141a5bb4
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,9 @@ $(document).on 'page:change', ->
$('.selectize').selectize({
allowEmptyOption: true
})
$('.selectize_create').selectize({
allowEmptyOption: true, create: true
})
$('.js-datepicker').datepicker({
showAnim: "",

View file

@ -12,7 +12,7 @@
.col-md-3
.form-group
= f.label :request_object
= f.select :request_object_eq, [[t(:choose),''], 'contact', 'domain', 'poll', 'keyrelay'], {}, class: 'form-control selectize', placeholder: t(:choose)
= f.select :request_object_cont, [[t(:choose),''], 'contact', 'domain', 'poll', 'keyrelay'], {}, class: 'form-control selectize_create', placeholder: t(:choose)
.col-md-3
.form-group
= f.label :request_successful