netbox icon indicating copy to clipboard operation
netbox copied to clipboard

15390 cable path

Open arthanson opened this issue 1 year ago • 1 comments

Fixes: #15390

trace_paths signal handler needs to be called if CableTermination is updated effecting either cable or cable_end. Put in optimization logic as the signal is sent in Cable.save() which can create/update CableTermination so this would cause multiple redundant signal-handlers to be fired.

arthanson avatar Jun 17 '24 22:06 arthanson

This PR has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further action is taken.

github-actions[bot] avatar Jul 03 '24 04:07 github-actions[bot]

This PR has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further action is taken.

github-actions[bot] avatar Jul 28 '24 04:07 github-actions[bot]

This PR has been automatically closed due to lack of activity.

github-actions[bot] avatar Aug 16 '24 04:08 github-actions[bot]

@arthanson and I met to discuss this implementation. Two points came up:

  • Back out the introduction of no_tracepath_signal argument to the save() and delete() methods
  • CableTermination should always send the trace_paths signal; receiver should handle conditional logic

jeremystretch avatar Aug 16 '24 12:08 jeremystretch

This PR has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further action is taken.

github-actions[bot] avatar Sep 04 '24 04:09 github-actions[bot]

This PR has been automatically closed due to lack of activity.

github-actions[bot] avatar Sep 19 '24 04:09 github-actions[bot]