Travis Smith

Results 6 issues of Travis Smith

# Closes #5560 # What's Changed A new template tag was added that creates a hyperlink which opens the target in a new tab. In a DRY effort, the original...

### As ... P.D. - Plugin Developer ### I want ... I want a template tag similar to `hyperlinked_object` which adds the `target="_blank"` attribute. https://github.com/nautobot/nautobot/blob/594743bf49ade45899034a4e34c83af956036ca4/nautobot/core/templatetags/helpers.py#L46 ### So that ... The...

type: feature

This is the start of the work to close #106 - [x] Add unit test - [x] Add integration test - [x] Add examples in documentation

This closes #222. The other termination type includes the identifier `name` in the original API call, so it's not an issue. For a circuit termination type, the identifier `circuit.cid` is...

This integration test would close #102.

This would close #232 if approved. Usage: ```python query = nb.extras.graphql_queries.get("example") query.run( variables={"foo": "bar"}) ) ```