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
Working on issue #3067 I've noticed that in some erb files they are checking if agency_type is other with the literal string value instead of Partner::AGENCY_TYPES["OTHER"].
For example, in app/views/profiles/_show.html.erb line 9 we have:
As I chated on slack with @cielf, this has no urgency at the moment since the odds of Partner::AGENCY_TYPES["OTHER"] changing are low and we also think thats could be a Good First Issue.
Criteria for Completion
No response
The text was updated successfully, but these errors were encountered:
Hey @callmarx - after discussion we think there's a better approach to fixing this as documented in #4241. Closing this in favor of that one. Thanks for the suggestion!
Summary
Working on issue #3067 I've noticed that in some erb files they are checking if
agency_type
is other with the literal string value instead ofPartner::AGENCY_TYPES["OTHER"]
.For example, in app/views/profiles/_show.html.erb line 9 we have:
And this should be:
Things to consider
As I chated on slack with @cielf, this has no urgency at the moment since the odds of
Partner::AGENCY_TYPES["OTHER"]
changing are low and we also think thats could be a Good First Issue.Criteria for Completion
No response
The text was updated successfully, but these errors were encountered: