Skip to content
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

BIZ-3 Add keys to ChoiceSets #192

Merged
merged 5 commits into from
May 16, 2024
Merged

Conversation

natm
Copy link
Member

@natm natm commented May 16, 2024

@natm natm requested review from cruse1977 and k01ek May 16, 2024 09:12
@natm natm added the enhancement New feature or request label May 16, 2024
@cruse1977
Copy link
Member

cruse1977 commented May 16, 2024

Testing:

Std - without FIELD_CHOICES:

image

With FIELD_CHOICES as:

FIELD_CHOICES = {
        'netbox_bgp.Session.status': [
                ('left', 'Left', 'green'),
                ('right', 'Right', 'blue'),
        ]
}
image

@cruse1977 cruse1977 merged commit 6dfb25f into main May 16, 2024
@cruse1977 cruse1977 deleted the feat/BIZ-3_issue189_choice_keys branch May 16, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants