Matt Young

Results 5 issues of Matt Young

Currently, when a customer goes to input an address, the state dropdown has no "empty" option which causes the 1st option to be pre-selected. This can cause customers to end...

Currently, when updating a user's address or viewing a persisted address on an order, the state dropdown menu is not correctly displaying. This pull request allows the ID for the...

Adds a basic tiktok pixel for tracking

enhancement

After discovering issue https://github.com/collectiveidea/audited/issues/680, this provides a starting point to discuss rebuilding data for attributes when there's a missing create audit.

If you skip the create audit you might get inaccurate data with revisions. For example, if you have a `User` model w/ `first_name, middle_name, last_name` attributes, include audited w/o `create`...