Ivan Nieto Vivanco
Ivan Nieto Vivanco
# Description When I make the Purchase Date input as read only, the capacity to delete the content of that input was lost. As the Purchase Date is an optional...
# Description If no available License Seats are found in `LicenseCheckoutController::findLicenseSeatToCheckout()` function, for some reason the `return redirect()` statements aren't redirecting but returning an object of type `HttpResponse`. So I...
# Description Adds a condition to see if a checkout location is passed from the CSV to the importer. I just ignored the field if the CSV have the field...
# Description When the user checkouts an asset that at the same time have licenses assigned, the system consider that the licenses are also assigned to that user. In the...
# Description When patching an asset, if the field 'assigned_to' is updated and the 'assigned_type' is not set the view of that asset breaks. I edited the update method in...