snipe-it/app/Http
Daniel Meltzer d3b035cfe9 Fix integrity constraint violation on sqlite.
If the requestable checkbox was not checked, it did not exist in the request.
Setting requestable to null in such a case would cause a violation because it should be 0/1.

Also fix a copy/paste where we reset requestable after checking for rtd_location_id.
2016-06-27 23:16:03 -04:00
..
Controllers Fix integrity constraint violation on sqlite. 2016-06-27 23:16:03 -04:00
Middleware Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
Requests Just use inline validation instead of form request, since it's a one-off 2016-06-22 15:59:00 -07:00
Kernel.php Fix reverse proxy support 2016-06-16 15:43:42 +02:00
routes.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00