Ivan Nieto Vivanco

Results 5 issues of 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...

frontend
backend

# 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...

backend

# 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...

backend
importer

# 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...

backend
api

# 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...

backend
api