Skip to content

Commit

Permalink
Merge pull request #799 from mesosphere/fix/initial-app-version-request
Browse files Browse the repository at this point in the history
Adjust the app change version handling
  • Loading branch information
wavesoft committed Feb 13, 2017
2 parents accd395 + e4734d9 commit bb84637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
### Fixed
- MARATHON-1339: Handling secrets in environment variables
- Fix app version order
- Fix "initial" app version request

## 1.1.6 - 2016-12-14
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/js/components/AppPageComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var AppPageComponent = React.createClass({

if (state.view === "configuration") {
AppVersionsActions.requestAppVersions(state.appId);
AppVersionsActions.requestAppVersion(state.appId, state.app.version);
AppVersionsActions.requestAppVersion(state.appId, app.version);
}
},

Expand Down

0 comments on commit bb84637

Please sign in to comment.