Cannot edit custom role created via API
Steps to reproduce:
- Start on the route
https://gitlab.com/groups//-/settings/roles_and_permissions
, - Select the triple dots and chose "Edit role" on any custom role created from the API. For context, my custom roles were created 1-2 years ago when the API was the only way to create them.
Expected Result: UI page to edit a custom role.
Actual Result: Constant loading page with error in dev tools console.
Browser: Google Chrome Version 126.0.6478.56 (Official Build) (64-bit),
OS: Windows 11 Pro, 22H2
My guess is that we were able to create a custom role and were not required to add a description. This page appears to require a description to render the page ( isDescriptionValid
).
Edited by Jay Clark