Skip to content

Update default admin role so it is possible to access the pnd routes

Malte Bauch requested to merge update-default-admin-role into master

Description

In cf3b16dd the nbi has been refactored and therefore some pnd related operations have been moved from the CoreServer to the PndServer. We've missed to update the default admin role to have access to those new routes that have been introduced with this change. This commit updates the default admin role to fix this issue.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

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.

Merge request reports