Edit button for Circuit Type #2655

Closed
opened 2025-12-29 18:20:54 +01:00 by adam · 8 comments
Owner

Originally created by @wols on GitHub (Jun 5, 2019).

Environment

  • Python version: 3.6.5
  • NetBox version: 2.5.13

Proposed Functionality

Add to 'Circuit Types' list the edit buttons please.

Use Case

The current 'Circuit Types' should also be editable as in other lists.

Database Changes

no

External Dependencies

no

Originally created by @wols on GitHub (Jun 5, 2019). ### Environment * Python version: 3.6.5 * NetBox version: 2.5.13 ### Proposed Functionality Add to 'Circuit Types' list the edit buttons please. ### Use Case The current 'Circuit Types' should also be editable as in other lists. ### Database Changes no ### External Dependencies no
adam closed this issue 2025-12-29 18:20:54 +01:00
Author
Owner

@DanSheps commented on GitHub (Jun 5, 2019):

I am showing the circuit types as editable. Could you provide a more concrete example of why you believe they are not?

@DanSheps commented on GitHub (Jun 5, 2019): I am showing the circuit types as editable. Could you provide a more concrete example of why you believe they are not?
Author
Owner

@jeremystretch commented on GitHub (Jun 5, 2019):

Circuit types are editable individually. There is no bulk edit operation for these, because the only two fields on this model (name and slug) are unique.

@jeremystretch commented on GitHub (Jun 5, 2019): Circuit types are editable individually. There is no bulk edit operation for these, because the only two fields on this model (name and slug) are unique.
Author
Owner

@wols commented on GitHub (Jun 5, 2019):

Current master branch 1a97a1c - logged in as admin - no edit buttons shown:

netbox_circuit-types_list

@wols commented on GitHub (Jun 5, 2019): Current master branch 1a97a1c - logged in as `admin` - no edit buttons shown: ![netbox_circuit-types_list](https://user-images.githubusercontent.com/764167/58978997-5b38b800-87cd-11e9-8042-768e67d505c3.png)
Author
Owner

@jeremystretch commented on GitHub (Jun 5, 2019):

@wols What is the version number displayed at the bottom of the page?

@jeremystretch commented on GitHub (Jun 5, 2019): @wols What is the version number displayed at the bottom of the page?
Author
Owner

@wols commented on GitHub (Jun 5, 2019):

v2.5.13 updated via git pull ; ./upgrade.sh

"logged in as admin" - my (network) admin group is without auth/* and admin/*:
The root account can edit the 'Circuit Types'!

@wols commented on GitHub (Jun 5, 2019): `v2.5.13` updated via `git pull ; ./upgrade.sh` "logged in as `admin`" - my (network) admin group is without `auth/*` and `admin/*`: The `root` account **can edit** the 'Circuit Types'!
Author
Owner

@jeremystretch commented on GitHub (Jun 6, 2019):

So you need to assign permission to edit circuit types to the current user (or group) in the admin UI. This isn't a bug.

@jeremystretch commented on GitHub (Jun 6, 2019): So you need to assign permission to edit circuit types to the current user (or group) in the admin UI. This isn't a bug.
Author
Owner

@wols commented on GitHub (Jun 7, 2019):

My group is missing the admin/* and auth/* rights only...

netbox_group_admin

...only me...

netbox_users

... in group:

netbox_user_me

@wols commented on GitHub (Jun 7, 2019): My group is missing the `admin/*` and `auth/*` rights only... ![netbox_group_admin](https://user-images.githubusercontent.com/764167/59095171-1cfbdf80-8918-11e9-96f0-85fe22b7b3f7.png) ...only me... ![netbox_users](https://user-images.githubusercontent.com/764167/59095182-24bb8400-8918-11e9-8157-1a6610655844.png) ... in group: ![netbox_user_me](https://user-images.githubusercontent.com/764167/59095191-284f0b00-8918-11e9-8f2f-dc917e19669f.png)
Author
Owner

@wols commented on GitHub (Jun 7, 2019):

Another problem discovered: I can not secrets created by myself read.

Only with super user right, I can do both - read 'Secrets' AND edit 'Circuit Types'!

@wols commented on GitHub (Jun 7, 2019): Another problem discovered: I can not secrets created by myself read. **Only with super user right**, I can do **both** - read 'Secrets' AND edit 'Circuit Types'!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2655