-
Notifications
You must be signed in to change notification settings - Fork 712
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
new version notification not showing #2716
Comments
bonus points for figuring out when this got broken. |
@rade I took a quick look over where this might have stopped working but I cannot see how this ever worked? The received update info scope/client/app/scripts/actions/app-actions.js Lines 648 to 655 in a6d3542
|
The migration from Flux to Redux (96aae9b) broke this in two ways:
96aae9b#diff-63537513399135a955b9e5b988a617b5R44 |
@davkal I thought this as well at first (Flux to Redux seemed to be the culprit) but then I saw that with Flux, receiveApiDetails() was called which did not forward Even though the store dispatcher would've set the Anyway, I presume I'm missing something somewhere since you (and Tom) both posted screenshots which showed it working. |
Just tried the actual PR commit when the feature was introduced. It did not work (and can't, by looking at the action creator). The only explanation for why the feature PR has a working screenshot is that it was mocked up in the footer component. |
A long time ago - in #1366 - we introduced an indicator in the app, alerting users to the availability of a new version.
Alas it's not working (anymore).
The api call returns the required info...
but this is not shown in the UI.
The text was updated successfully, but these errors were encountered: