You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the bank address, we use drop-down with US state abbreviations for the state. It looks like the seed uses the whole word. Change the addresses in the seed to use US state abbreviations.
Why?
The data in the bank addresses should match what we have in production
Details
To see the affected pages:
log in as [email protected]
click "My Organization"
Note that the contact information has the whole state name under Contact Info
scroll down and click "Edit"
Under "Address", note that the state portion is blank.
The file where this info is initialized is db/seeds.rb
Criteria for completion
the seed data for the banks' addresses contains state abbreviations
The text was updated successfully, but these errors were encountered:
Summary
For the bank address, we use drop-down with US state abbreviations for the state. It looks like the seed uses the whole word. Change the addresses in the seed to use US state abbreviations.
Why?
The data in the bank addresses should match what we have in production
Details
To see the affected pages:
log in as [email protected]
click "My Organization"
Note that the contact information has the whole state name under Contact Info
scroll down and click "Edit"
Under "Address", note that the state portion is blank.
The file where this info is initialized is db/seeds.rb
Criteria for completion
The text was updated successfully, but these errors were encountered: