Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ› πŸ’© 🚸 port fix, temporarily comment out error, make "fix" and "refresh" look like buttons #987

Merged
merged 3 commits into from
Jun 8, 2023

Conversation

shankari added 3 commits June 7, 2023 21:44
Original fix:
1b2611a

Before this, we had

```
$scope.ui_config.intro.app_required = $scope.ui_config?.intro.app_required || $scope.ui_config?.intro.program_or_study == 'program';
```

This worked fine for backward compat, but in the case of a program where the
app was not required, we ended up with

`false || true` which is `true`

Taking out the fancy javascript and going to a simpler, more verbose check of
whether the property is undefined before overriding it
…results

So that we don't confuse Denver CASR beta testers
We will restore this later once we have moved to a paid service
Based on feedback from one of the interns

> We got it working! I think the confusing part was that the "fix" and "refresh" buttons didn't really look like buttons and I missed them the first time around...
@shankari
Copy link
Contributor Author

shankari commented Jun 8, 2023

New screenshot No error display even when there errors loading addresses
simulator_screenshot_C96A911D-111F-499C-B188-1E02B3080DF1 simulator_screenshot_21967614-2B75-4E92-A824-DAA8ED017E9D
Screenshot 2023-06-07 at 10 27 10 PM

@shankari shankari merged commit e518109 into e-mission:master_for_platform Jun 8, 2023
@shankari shankari deleted the minor_casr_fixes branch July 26, 2023 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant