Kyle Aldridge

Results 2 issues of Kyle Aldridge

# Bug report ### What I did Created a field as follows: ``` CRUD::field('roles') ->type('select') ->allows_null(false) ->label('Role') ->entity('roles') ->model(\Spatie\Permission\Models\Role::class) ->attribute('name'); ``` Each user in my system can be assigned to...

triage

Inside src/view/frontend/templates/initiate-storage.phtml:34-36 ``` cart: { is_billing_same_as_shipping: storageConfig.isBillingSameAsShipping } ``` Well storageConfig pulls from the database table quote_address and the column `same_as_billing`. This column is only set if you create a...