Disabling 802.1Q mode on interfaces don't clear untagged vlan assignment #5360
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
If you save after step 2, 802.1Q Mode will change, but Untagged VLAN stays on interface.
Expected Behavior
Untagged VLAN field should be empty
Observed Behavior
Untagged VLAN field does not clear, with Tagged VLANs field all works fine.
On my enviroment I fix this in file
project-static/js/forms.js
line 351 by sending empty string toval()
function.I don't know is this a good solution, so I open this issue
The text was updated successfully, but these errors were encountered: