mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
Feat: removed QUEUED from ready for sync condition
This commit is contained in:
@@ -112,7 +112,6 @@ class DataSource(JobsMixin, PrimaryModel):
|
||||
@property
|
||||
def ready_for_sync(self):
|
||||
return self.enabled and self.status not in (
|
||||
DataSourceStatusChoices.QUEUED,
|
||||
DataSourceStatusChoices.SYNCING
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user