snipe-it/app/Http
snipe b6d2392303 Small fix for reordering fields
Fixes Illuminate\Database\QueryException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'order' cannot be null (SQL: insert into `custom_field_custom_fieldset` (`custom_field_id`, `custom_fieldset_id`, `order`, `required`) values (12, 7, , 0)) [ch1151]

This needs revisiting for a more solid fix, especially for data that was already entered bad.
2019-05-24 12:05:52 -07:00
..
Controllers Small fix for reordering fields 2019-05-24 12:05:52 -07:00
Middleware Set the serialization 2019-05-22 00:51:43 -07:00
Requests Fixed missing asset validation 2019-05-24 04:47:35 -07:00
Traits Fix tests 2018-07-09 21:57:45 -07:00
Transformers Fixed #7046 - added user website url back into UI 2019-05-21 18:55:12 -07:00
Kernel.php Fixed #6113 - use $asset->fill vs filled() to allow blanking values via API (#6693) 2019-02-12 22:08:38 -08:00