Spencer Long

Results 10 issues of Spencer Long

# Description On the tin, this seems to allow the list box to function as expected, fixing an issue reported by a user. If there's anything you'd like me to...

frontend
backend
custom fields

# Description Early WIP ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # How Has This Been...

backend

# Description This adds a new validator for checkboxes, as well as adding support for submitting an array for checkbox options through the API. This also removes the option to...

frontend
backend
custom fields
api
translations
tests

# Description This does a couple things: ### Adds a new Form Request for Asset Updates to continue our rollout of that feature. Unfortunately, the only way it makes sense...

backend
docker
ldap
api
config
backups
restore
cli / artisan
tests

# Description This adds a trait that checks that custom fields exist (and exist on the correct fieldset) before saving. This **cannot** be merged in it's current form until #14458...

backend
custom fields
translations

# Description This introduces some bulk edit tests, includes some tweaks to factories, an extra gate, and the flipping of keys and values in an array. The key value flip...

frontend
backend
custom fields
tests

# Description Adds a check to determine whether a user has any items assigned before being moved between companies. The logic happens in SaveUserRequest - so the logic works in...

frontend
backend
api
translations
tests

# Description Very strange bug, and I'm not sure @marcusmoore or I really understand it, but added an extra check to determine that the initial validation passes before performing the...

# Description Fixes an issue when setting default values for custom fields on a model would error, but not show the field that errored or keep the custom fields shown....

Laravel's standard `url` validation rule only deals with the `http,https` schemas. You can define more schemas in it, for instance `url:http,https,com.grokability.snipeitmobile` but then we're only allowing our own custom schema,...