-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Error message hidden on VLAN Group tab when editing a VLAN with both Group and Site configured #11816
Comments
Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports. |
Sorry, I wasn't trying to be obtuse. I can add steps such as "create a site", "create a vlan group" if needed. Is that the level of detail you're looking for? |
@jhammond-git you must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. |
I understand. I obviously missed my mark and ended up way too far in the "brevity" end of the field. Are the edited instructions sufficient? |
The error is in the VLAN Group "tab", you just have to switch to it: I guess the issue is that the tab isn't switched to the VLAN Group "tab", but I'm not sure how to best handle that to be honest. The active tab is the one that is set, which is still the Site "tab". I guess we could throw a generic validation error (instead or in addition), which should show up as a toast instead. Could you please update the issue to correct the observed behavior and give the issue a proper title instead of "No error message when". Thanks. |
Quick tangent:
Under the |
Let me know if the edits don't cover what you wanted. Not sure how I didn't finish the title the first time. |
Marking this as blocked by #11891. |
NetBox version
v3.4.2
Python version
3.8
Steps to Reproduce
Expected Behavior
Page should reload with an error stating what the problem is (this can be seen when trying to create a new vlan with both a site assignment and a vlan group assignment).
Observed Behavior
Page reloads with the error message hidden on the VLAN Group tab.
The text was updated successfully, but these errors were encountered: