Skip to content

Commit

Permalink
Fix Missing Fields from Multiple Device Compliance Jobs (#603)
Browse files Browse the repository at this point in the history
* fix: πŸ› Add FormEntry mixin to AllDevices* Jobs

* fix: πŸ› Remove FormEntry mixin from AllGoldenConfig
  • Loading branch information
jdrew82 authored Sep 22, 2023
1 parent 748f1b3 commit 2d74657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_golden_config/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def run(self, data, commit):
ComplianceJob().run.__func__(self, data, True) # pylint: disable=too-many-function-args


class AllDevicesGoldenConfig(Job):
class AllDevicesGoldenConfig(Job, FormEntry):
"""Job to to run all three jobs against multiple devices."""

class Meta:
Expand Down

0 comments on commit 2d74657

Please sign in to comment.