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

Fix app navigation controller to return an array #10391

Merged
merged 1 commit into from
Jul 25, 2018

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Jul 25, 2018

This is required to not break compatibility with existing consumers of that endpoint like the apps management or the client

The NavigationManager->getAll() method was moved to an associative array here: 6f45607#diff-a42705a52a64c13d1977fb3c9e512442L103 That one can't be used since associative arrays are turned to objects when used in JS and the property order is not guaranteed there.

Fixes #10389

This is required to not break compatibility with existing consumers of that endpoint like the apps management or the client

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Copy link
Member

@MorrisJobke MorrisJobke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works 👍

@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jul 25, 2018
@MorrisJobke MorrisJobke merged commit 70fa734 into master Jul 25, 2018
@MorrisJobke MorrisJobke deleted the bugfix/10389/fix-app-navigation-controller branch July 25, 2018 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish feature: apps management regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants