Uh oh!
There was an error while loading. Please reload this page.
Parse multiple navigation items - #14343
Conversation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
f8a7b91 to
36c51bcComparenickvergessen
commented
Feb 22, 2019
We could fallback to |
Don't have a strong opinion on that. Do you think someone would bind application logic to an navigation item and use
Not nice but backwards compatible 🙈
PHP7+ looks a bit nicer 🤣 |
nickvergessen
commented
Feb 25, 2019
Good news, master is 7.1+ Well I think at least items should have a unique ID. |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
MorrisJobke
left a comment
There was a problem hiding this comment.
Code looks good, tested and works 👍
juliusknorr
commented
Feb 27, 2019
Failures unrelated. |
MorrisJobke
commented
Feb 27, 2019
/backport to stable15 |
MorrisJobke
commented
Feb 27, 2019
/backport to stable14 |
backport to stable15 in #14416 |
backport to stable14 in #14417 |
Close#14052
Test
Pick any app with
<navigations>ininfo.xml(e.g. activity) and add a second<navigation>item.Expected
Two navigation items for this app
Actual
No navigation entry for this app
Known limitationIfidis not defined for navigation app name is used as fallback. At least one navigation item needs the id element with a value not equal to app name.