You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you check a checkbox to do something like enable NUMA, it works fine.
When you uncheck a checkbox to do something like disabled a checked NUMA box, it ignores it.
To Reproduce
Steps to reproduce the behavior:
Check box, update, verify on proxmox
Uncheck box, update, verify on proxmox
Expected behavior
Unchecking box should disable the option
Additional context
I ran into this issue when adding an option for enabling/disabling backups. I found it is something in the javascript framework that is not passing an unchecked value to the HTTP POST, it is just leaving it blank. I'm not familiar with javascript to know if it's a problem with the framework itself or the implementation of it. I got around the issue in my PR for this by switching to using a Enabled/Disabled pull down menu option instead of a checkbox. It appears to affect any checkboxes that you attempt to uncheck with the Virtual Machine setup.
The text was updated successfully, but these errors were encountered:
Describe the bug
When you check a checkbox to do something like enable NUMA, it works fine.
When you uncheck a checkbox to do something like disabled a checked NUMA box, it ignores it.
To Reproduce
Steps to reproduce the behavior:
Check box, update, verify on proxmox
Uncheck box, update, verify on proxmox
Expected behavior
Unchecking box should disable the option
Additional context
I ran into this issue when adding an option for enabling/disabling backups. I found it is something in the javascript framework that is not passing an unchecked value to the HTTP POST, it is just leaving it blank. I'm not familiar with javascript to know if it's a problem with the framework itself or the implementation of it. I got around the issue in my PR for this by switching to using a Enabled/Disabled pull down menu option instead of a checkbox. It appears to affect any checkboxes that you attempt to uncheck with the Virtual Machine setup.
The text was updated successfully, but these errors were encountered: