config-templates api, bulk edit & view forms are missing the ``auto_sync_enabled`` property #11842

Closed
opened 2025-12-29 21:50:32 +01:00 by adam · 4 comments
Owner

Originally created by @ifoughal on GitHub (Nov 18, 2025).

Originally assigned to: @ifoughal on GitHub.

NetBox version

v4.4.6

Feature type

Data model extension

Proposed functionality

add the already available auto_sync_enabled property to the API, bulk edit & view forms.

This property allows the auto sync of the config-template when linked to a data-source, so that when the data-source is pulled, the changes are directly reflected onto the config-template.

Use case

  • create a data-source for a config template.
  • create a config-template linked to the data-source file via the file name field.
  • setting the ````auto_sync_enabled``` field to true is only available for this newly created config-template object.

bulk edits, or api create/update methods do not currently support this field.
the config-template view doesn't show this field neither, so the user would have to hit edit current object in order to check its value.

Database changes

No response

External dependencies

No response

Originally created by @ifoughal on GitHub (Nov 18, 2025). Originally assigned to: @ifoughal on GitHub. ### NetBox version v4.4.6 ### Feature type Data model extension ### Proposed functionality add the already available ```auto_sync_enabled``` property to the API, bulk edit & view forms. This property allows the auto sync of the config-template when linked to a data-source, so that when the data-source is pulled, the changes are directly reflected onto the config-template. ### Use case - create a data-source for a config template. - create a config-template linked to the data-source file via the file name field. - setting the ````auto_sync_enabled``` field to true is only available for this newly created config-template object. bulk edits, or api create/update methods do not currently support this field. the config-template view doesn't show this field neither, so the user would have to hit edit current object in order to check its value. ### Database changes _No response_ ### External dependencies _No response_
adam added the type: bugstatus: acceptednetboxseverity: medium labels 2025-12-29 21:50:32 +01:00
adam closed this issue 2025-12-29 21:50:32 +01:00
Author
Owner

@ifoughal commented on GitHub (Nov 18, 2025):

Hi, please assigne this issue to me, as I'm already working on this FR/fix.

@ifoughal commented on GitHub (Nov 18, 2025): Hi, please assigne this issue to me, as I'm already working on this FR/fix.
Author
Owner

@ifoughal commented on GitHub (Nov 19, 2025):

my fix branch is ready to be merged.

@ifoughal commented on GitHub (Nov 19, 2025): my fix branch is ready to be merged.
Author
Owner

@jeremystretch commented on GitHub (Nov 19, 2025):

@ifoughal every issue needs to be triaged and evaluated by a maintainer before it will be approved for work. We recommend not beginning work on a feature request until it has been approved. Sometimes we opt to reject a feature request for various reasons, and work already undertaken will have been wasted.

@jeremystretch commented on GitHub (Nov 19, 2025): @ifoughal every issue needs to be triaged and evaluated by a maintainer before it will be approved for work. We recommend not beginning work on a feature request until it has been approved. Sometimes we opt to reject a feature request for various reasons, and work already undertaken will have been wasted.
Author
Owner

@jeremystretch commented on GitHub (Nov 20, 2025):

Reclassifying this as a bug and assigning to you @ifoughal. Thanks!

@jeremystretch commented on GitHub (Nov 20, 2025): Reclassifying this as a bug and assigning to you @ifoughal. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11842