Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(dashboard): Improve validation for missing permissions when creating new app #14395
feat(dashboard): Improve validation for missing permissions when creating new app #14395
Changes from 1 commit
e3d1745
698e334
29c8438
dc033af
2f82f37
907ab42
bc14a2f
e8b3cfb
850d2eb
78f3607
1d699c2
92ff394
527e86a
ac5a3dc
d9a3504
38c3adc
7302e0b
45b7085
6804cde
20a7a05
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Unchanged files with check annotations Beta
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check warning on line 28 in backend/src/Designer/Controllers/UserController.cs
Check failure on line 83 in frontend/dashboard/pages/CreateService/CreateService.test.tsx
CreateService › should show error messages when clicking create and no owner or name is filled in
Check failure on line 184 in frontend/dashboard/pages/CreateService/CreateService.test.tsx
CreateService › should show error message that app already exists when trying to create an app with a name that already exists
Check failure on line 204 in frontend/dashboard/pages/CreateService/CreateService.test.tsx
CreateService › should show generic error message when trying to create an app and something unknown went wrong
Check failure on line 240 in frontend/dashboard/pages/CreateService/CreateService.test.tsx
CreateService › should display loading while the form is processing
Check failure on line 297 in frontend/dashboard/pages/CreateService/CreateService.test.tsx
CreateService › should navigate to app-development if creating the app was successful
Check failure on line 81 in frontend/dashboard/components/MakeCopyModal/MakeCopyModal.test.tsx
MakeCopyModal › successfully adds the values and submits the copy of a new application
Check failure on line 93 in frontend/dashboard/components/MakeCopyModal/MakeCopyModal.test.tsx
MakeCopyModal › should show error message when clicking confirm without adding name
Check failure on line 144 in frontend/dashboard/components/MakeCopyModal/MakeCopyModal.test.tsx
MakeCopyModal › navigates to the correct url when the app is copied
Check failure on line 164 in frontend/dashboard/components/MakeCopyModal/MakeCopyModal.test.tsx
MakeCopyModal › should show error message that app already exists when trying to copy an app with a name that already exists