arborrow / montserrat

A retreat management application written in Laravel
12 stars 4 forks source link

Wip 267 - add ability to set/enforce is_primary field for contact address, phone and email - fixes #267 #475

Closed arborrow closed 3 years ago

arborrow commented 3 years ago

Added primary address, email and phone selectors in create, edit blades. Modified logic in store/update methods to ensure there is one and only is_primary for a contact's address, email and phone. Added a variety of attributes to contact model. Modified show blade to append asterisk in front of a primary value. Added tests to ensure the selected primary field is auto-populated on edit method. Modified requests for the new primary field selector data.

arborrow commented 3 years ago

Also removed billing from being an active location_type in the seeder.