Skip to content
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

fix(coral): Make all env available when using prefix in ACL request #1145

Merged
merged 1 commit into from
May 11, 2023

Conversation

mathieu-anderson
Copy link
Contributor

About this change - What it does

#1119 introduced a "smarter" environment Select input in ACL forms. The available environments will be enabled or disabled depending on the topic chosen. However, when choosing the PREFIXED pattern type, all environments would be disabled and render a wrong state, because the prefix may not be === an existing topic name.

Screen.Recording.2023-05-10.at.17.07.03.mov

The fix

In regards to how the PREFIXED option is used, we should allow all environments to be chosen in this case.

Screen.Recording.2023-05-10.at.17.08.13.mov

@mathieu-anderson mathieu-anderson added bug Something isn't working Frontend Relates to coral (react app) labels May 10, 2023
@mathieu-anderson mathieu-anderson self-assigned this May 10, 2023
@mathieu-anderson mathieu-anderson requested a review from a team as a code owner May 10, 2023 15:13
@roope-kar roope-kar merged commit aeeddea into main May 11, 2023
@roope-kar roope-kar deleted the fix-prefixed-acl-req branch May 11, 2023 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Frontend Relates to coral (react app)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants