Remove checkbox from confirmation dialog #1078

Closed
opened 2025-12-29 16:28:37 +01:00 by adam · 1 comment
Owner

Originally created by @jeremystretch on GitHub (Jul 6, 2017).

Issue type: Feature request

Python version: 2.7
NetBox version: 2.0.8

When performing certain potentially destructive operations in NetBox, the user is prompted to confirm his or her selected action. This involves submitting the original action, and then checking a confirmation box and clicking a button to continue the action.

Simply displaying the warning message and requiring a second button click is likely sufficient to safeguard against accidental operations. We should consider removing the checkbox from this workflow. (It would be converted to a hidden field.)

Originally created by @jeremystretch on GitHub (Jul 6, 2017). ### Issue type: Feature request **Python version:** 2.7 **NetBox version:** 2.0.8 When performing certain potentially destructive operations in NetBox, the user is prompted to confirm his or her selected action. This involves submitting the original action, and then checking a confirmation box and clicking a button to continue the action. Simply displaying the warning message and requiring a second button click is likely sufficient to safeguard against accidental operations. We should consider removing the checkbox from this workflow. (It would be converted to a hidden field.)
adam added the type: feature label 2025-12-29 16:28:37 +01:00
adam closed this issue 2025-12-29 16:28:37 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jul 12, 2017):

Implemented in 1ef9090 (develop-2.1)

@jeremystretch commented on GitHub (Jul 12, 2017): Implemented in 1ef9090 (develop-2.1)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1078