mujinhuakai opened a new issue, #2790: URL: https://github.com/apache/apisix-dashboard/issues/2790
### Issue description In the plugin list page, click cofig to open the config drawer, disable the plugin and click submit. It says success and we can't see this plugin in the plugin list. We expect the plugin is disabled, but actually, the plugin is still working. We see in the brower devTool, the put request add a "disable" the same layer of "_meta", but the "_meta.disable" do not change  After we send a request with the "_meta.disable" set to true, the plugin is then actually not working ### Expected behavior We expect the plugin is disabled and not working after disabled in the plugin list page ### How to Reproduce 1、open the plugin list page, we see the plugins that is working 2、select one of the plugin, for example ### Screenshots _No response_ ### Environment - apisix version (cmd: `apisix version`): - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `etcd --version`): - apisix-dashboard version, if have: - Browser version, if have: ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
