-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulk Edit for Newly Imported Items #10242
Comments
I think the ideal approach here would be to ditch the static rendering of imported objects, and replace it with a redirect to the normal objects list that's been filtered to display only the newly-imported items. (This would automatically include bulk edit & delete functions.) I'm just not sure how to best do that short of appending a ton of |
@jeremystretch Any chance you could do something with the changelog id? |
@DanSheps Possibly, but it probably wouldn't be very efficient. |
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. |
I've opened #11494 to test out Dan's idea above. Marking this as blocked for now, but the approach seems very promising. |
NetBox version
v3.2.2
Feature type
Change to existing functionality
Proposed functionality
After bulk importing of items (Devices in this particular example), the "Import Completed" page is displayed with a list of items imported. I propose adding a "Bulk Edit" option similar to most lists of objects in Netbox.
Use case
Imports may or may not require corrections following import. After import, there may not be a unique way of selecting the new objects that were imported if edits need to be made. By having a bulk edit feature available on the "Import Completed" page, it would easily allow edits to be made to the newly imported objects.
Database changes
Likely no new DB changes
External dependencies
None
The text was updated successfully, but these errors were encountered: