-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: checkbox to disable Webhook #656
Conversation
得考虑以前用户升级上来,默认配置为false |
|
是不是搞复杂了。disabled不是更简单一点? |
也可以不考虑增加开关,没有URL就是disable,拷贝到下面也没什么影响,这个功能用的也不多 |
既然都写好了,肯定支持了更好吧 不影响什么 @WaterLemons2k 建议直接通过 |
|
换成按钮,都不能一眼就看清到底是启用状态还是禁用状态。 |
The button is no longer used.
|
…addEventListener` Add a new function `isWebhookStatusDisable`.
|
怎么简单怎么来。 |
What does this PR do?
Add a checkbox for disabling Webhook.
Closes #655.
Motivation
#655
Additional Notes
formData.append()
only accepts string. If a boolean is required, it needs to be parsed as JSON on the backend.