snipe-it/app/Http/Controllers/Assets
Daniel Meltzer f8d18a8eb0
Revert asset-checkout-different validation.
This was causing issues when trying to check an item out to a user or a
location because of the way laravel handles validation.

Instead, rely on the exception check we had in the controller.  I moved
this exception up to the model checkout method so that it would work
for anywhere that that method was called, even if it avoided the
controller.
2020-04-29 10:59:00 -04:00
..
AssetCheckinController.php Integrations/develop into master (#7352) 2019-08-14 21:48:14 -07:00
AssetCheckoutController.php Revert asset-checkout-different validation. 2020-04-29 10:59:00 -04:00
AssetFilesController.php Merge branch 'develop' into v5-master-develop-integration 2019-11-18 19:49:39 -08:00
AssetsController.php Fix Functional Tests. 2020-04-28 11:39:53 -04:00
BulkAssetsController.php Implement #3088: Add "Generate Label" option to "Actions" dropdown menu in individual Asset Details view. (#7388) 2019-09-03 11:02:55 -07:00