-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Closes #17608: Adds L2VPN.status field #18791
base: feature
Are you sure you want to change the base?
Conversation
@arthanson , since you won the review lottery: any guidance on what types of fields should be added to a model's |
|
Also rearranges L2VPNStatusChoices so that the default value (active) is first.
|
||
STATUS_ACTIVE = 'active' | ||
STATUS_PLANNED = 'planned' | ||
STATUS_DECOMMISSIONED = 'decommissioned' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this should be STATUS_DECOMMISSIONING ...
like other choice sets for the sake of consistency?
Fixes: #17608
L2VPN.status
field withL2VPNStatusChoices
as choicesL2VPN.status
L2VPN.status
L2VPN.status
L2VPNIndex
to displaystatus
in resultsL2VPN.status
field