-
Notifications
You must be signed in to change notification settings - Fork 204
Add AllowStrayAsViewer option #2370
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
Conversation
|
Code coverage for golang is
|
|
Code coverage for golang is
|
|
/hold |
Co-authored-by: Ryo Nakao <[email protected]>
|
Code coverage for golang is
|
|
Code coverage for javascript is
|
|
Nice adding. |
|
Code coverage for golang is
|
|
Code coverage for javascript is
|
|
/hold cancel |
|
@nghialv @nakabonne I moved the previous flag |
Co-authored-by: Ryo Nakao <[email protected]>
|
Code coverage for golang is
|
|
/lgtm |
| <label>Shared SSO</label> | ||
| <input type="text" name="SharedSSO"><br><br> | ||
| <input type="checkbox" id="auto-assign" name="ViewerRoleAsDefault"> | ||
| <label for="auto-assign">Auto assign viewer role</label><br><br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the name and label around this part.
pkg/app/ops/handler/handler.go
Outdated
| id = r.FormValue("ID") | ||
| description = r.FormValue("Description") | ||
| sharedSSOName = r.FormValue("SharedSSO") | ||
| viewerRoleAsDefault = r.FormValue("ViewerRoleAsDefault") == "on" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix this name too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, addressed on b9eb3fe 🙏
|
Code coverage for javascript is
|
|
Thank you. |
|
Code coverage for golang is
|
|
Code coverage for javascript is
|
|
/changelog |
|
@khanhtc1202: Changelog has been generated in response to this comment. DetailsChangelog since v0.14.0Notable Changes
Internal Changes
|
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: