Fix Missing Assigned Type
In previous version of Snipe-IT, it was possible to log an asset checkout without including an assigned_type
value, which could cause a 500 error when trying to view that asset. We have a console command that will allow you to fix that.
php artisan snipeit:assigned-to-fixup
with an optional --debug : Display debugging output
flag for more debugging information.
Updated 4 months ago