Skip to content

Conversation

@DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Dec 7, 2016

Description

Navigation entries are now setup in info.xml.
Old was will still stay valid.

Motivation and Context

Navigation elements are read from info.xml only up on necessity to build up the menu.
By moving more and more out of app.php we can improve the overall performance.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

ToDos:

  • add check for role - admin, subadmin or regular user

@mention-bot
Copy link

@DeepDiver1975, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bartv2, @PVince81 and @tanghus to be potential reviewers.

@DeepDiver1975 DeepDiver1975 force-pushed the add-navigation-via-info.xml branch from cbdb5cd to dd51a56 Compare December 7, 2016 14:43
$icon = $this->urlGenerator->imagePath($app, $i);
break;
} catch (\RuntimeException $ex) {
}
Copy link
Contributor

Choose a reason for hiding this comment

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

missing comment to justify ignoring exception

@PVince81
Copy link
Contributor

PVince81 commented Dec 8, 2016

👍 otherwise

@PVince81
Copy link
Contributor

PVince81 commented May 9, 2017

little regression here #27839

@lock
Copy link

lock bot commented Aug 3, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants