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

Fix Reports #84

Merged
merged 4 commits into from Apr 29, 2022
Merged

Fix Reports #84

merged 4 commits into from Apr 29, 2022

Conversation

jdrew82
Copy link
Contributor

@jdrew82 jdrew82 commented Apr 8, 2022

This PR should make the required changes to fix #83.

The reports won't work without these settings so they're required for the plugin to work. Updating documentaiton and marking as required in plugin should fix the issue.
@@ -29,7 +29,7 @@ class DeviceLifeCycleConfig(PluginConfig):
author_email = "opensource@networktocode.com"
description = "Manages device lifecycle of Nautobot Devices and Components."
base_url = "nautobot-device-lifecycle-mgmt"
required_settings = []
required_settings = ["barchart_bar_width", "barchart_width", "barchart_height"]
min_version = "1.0.0"
max_version = "1.9999"
default_settings = {"expired_field": "end_of_support"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdrew82 can we add those defaults here as well?

@jvanderaa
Copy link
Contributor

@progala @josh-silvas what are the thoughts here?

@progala
Copy link
Contributor

progala commented Apr 19, 2022

LGTM. Thanks @jdrew82 !

Copy link
Contributor

@progala progala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@progala progala merged commit b6c91ee into nautobot:develop Apr 29, 2022
@jdrew82 jdrew82 deleted the fix_reports branch October 13, 2022 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeyError Triggered Viewing Reports
3 participants