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

Show All Auth Webhook Methods Checked When No Specific Method is Selected #175

Open
chacha912 opened this issue Oct 24, 2024 · 0 comments
Open

Comments

@chacha912
Copy link
Contributor

chacha912 commented Oct 24, 2024

Description:

There is an inconsistency between the UI state and actual behavior of Auth Webhook method selection.

When no Auth Webhook methods are explicitly selected, the webhook URL is called for ALL methods
When all Auth Webhook methods are deselected, the webhook URL is still called for ALL methods
However, the UI does not reflect this behavior, showing methods as unchecked even though they are effectively active

The UI should accurately reflect the actual webhook behavior:

  1. When setting a webhook URL:

    • All method checkboxes should be automatically checked
    • This reflects that the webhook is active for all methods by default
  2. When deselecting all webhook methods:

    • All method checkboxes should remain checked
    • This reflects that deselecting all methods defaults to checking all methods

Why: Fix UI Inconsistency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant