Fixes #12112: Do not link data source URL for local paths

This commit is contained in:
jeremystretch
2023-03-31 09:06:16 -04:00
parent cdad50e051
commit 730eb2e83b
4 changed files with 11 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ Two new webhook trigger events have been introduced: `job_start` and `job_end`.
### Bug Fixes (From Beta1)
* [#12109](https://github.com/netbox-community/netbox/issues/12109) - Fix migration error when replicating more than 100 job results
* [#12112](https://github.com/netbox-community/netbox/issues/12112) - Do not link data source URL for local paths
### Other Changes