KickstartWithBootstrap
KickstartWithBootstrap copied to clipboard
Fix the wrong selection style
There were two classes for the many-to-one selection control, one is class="form-control"
, and other is class="many-to-one"
. They should be combined into one class="form-control many-to-one"
.
So does many-to-many.
request.withFormat lacks of multipartForm for controller's CRUD operation.