netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
15.89k stars 2.55k forks source link

Deletion of objects from child tables should leverage HTMX (like the parent object) #9860

Open jeremystretch opened 2 years ago

jeremystretch commented 2 years ago

NetBox version

v3.2.7

Feature type

Change to existing functionality

Proposed functionality

When viewing a list of child objects under a parent object (for example, when viewing the list of interfaces under a device), deleting any of the objects within the table should utilize an HTMX-powered modal (rather than taking the user to a new URL), just as deleting the parent object does.

Use case

Avoids a full page load to display the deletion confirmation dialog.

Database changes

No response

External dependencies

No response

barnebyte-timewarp commented 2 years ago

I think i have a simple solution for this, you can assign it to me

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide.

github-actions[bot] commented 1 year ago

This issue has been automatically closed due to lack of activity. In an effort to reduce noise, please do not comment any further. Note that the core maintainers may elect to reopen this issue at a later date if deemed necessary.

jeremystretch commented 9 months ago

Blocked by #12128