jeremystretch
6cf0bc5028
Fixes #12715 : Use contact assignments table to display the contacts assigned to an object
2023-05-30 14:51:16 -04:00
Abhimanyu Saharan
e90f0e6e0b
fixes contact assignments filter to include parent content type #12730
2023-05-26 08:42:04 -04:00
Abhimanyu Saharan
d940797df9
Adds contact tabs ( #12460 )
...
* adds contact tabs #11599
* fixed lint issues
* changes as per review
* changes as per review
* replaces generic object template with base template
2023-05-12 10:26:26 -04:00
Arthur
0aad98c1f9
12436 remove add button from contactassignment list view
2023-05-02 16:35:23 -04:00
jeremystretch
f039d36522
Merge branch 'develop' into feature
2023-04-07 13:00:00 -04:00
jeremystretch
b57dae8fc8
Fixes #12184 : Fix filtered bulk deletion for various models
2023-04-07 10:25:36 -04:00
jeremystretch
7df1d5c06c
#11584 : Add bulk edit view & tests
2023-03-21 13:47:08 -04:00
Jeremy Stretch
20ef576da6
Closes #10242 : Redirect to filtered objects list after bulk import ( #12001 )
...
* Redirect user to filtered objects list after bulk import
* Remove obsolete table attribute from bulk import views
2023-03-17 09:23:40 -04:00
kkthxbye-code
f675e10240
Fix issues with the ContactAssignmentListView
2023-02-19 20:09:51 -05:00
jeremystretch
7d9d15b37f
#11517 : Standardize display of contact assignments
2023-02-19 20:09:51 -05:00
jeremystretch
cb608591b4
Closes #11584 : Add a list view for contact assignments
2023-02-19 20:09:51 -05:00
jeremystretch
1f41e04ffd
Standardize related model display for nested models
2023-02-19 20:09:51 -05:00
jeremystretch
1e4953d340
Clean up related objects for sites, tenants
2023-02-19 20:09:51 -05:00
Jeremy Stretch
f603c1fb9e
Closes #8184 : Enable HTMX for embedded tables ( #11518 )
...
* Enable HTMX rendering for embedded tables
* Start converting embedded tables to use HTMX (WIP)
* Additional table conversions (WIP)
* Standardize HTMX usage for nested group models
* Enable HTMX for additional emebedded tables
* Fix HTMX table rendering for ObjectChildrenView
* Standardize usage of inc/panel_table.html
* Hide selection boxes in embedded tables
2023-02-19 20:09:51 -05:00
jeremystretch
a5065dfbfd
Merge branch 'develop' into feature
2022-11-16 11:42:32 -05:00
jeremystretch
e5f3ff8ff9
#4347 : Rename NetBoxModelCSVForm to NetBoxModelImportForm
2022-11-15 12:24:57 -05:00
Arthur
a06bae53d6
10909 add l2vpn to tenant stats
2022-11-14 14:16:18 -05:00
Daniel Sheppard
e0e38c63cf
Closes : #7854 - Add VDC/Instances/etc ( #10787 )
...
* Work on #7854
* Move to new URL scheme.
* Fix PEP8 errors
* Fix PEP8 errors
* Add GraphQL and fix primary_ip missing
* Fix PEP8 on GQL Type
* Fix missing NestedSerializer.
* Fix missing NestedSerializer & rename VDC to VDCs
* Fix migration
* Change Validation for identifier
* Fix missing migration
* Rebase to feature
* Post-review changes
* Remove VDC Type
* Remove M2M Enforcement logic
* Interface related changes
* Add filter fields to filterset for Interface filter
* Add form field to filterset form for Interface filter
* Add VDC display to interface detail template
* Remove VirtualDeviceContextTypeChoices
* Accommodate recent changes in feature branch
* Add tests
Add missing search()
* Update tests, and fix model form
* Update test_api
* Update test_api.InterfaceTest create_data
* Fix issue with tests
* Update interface serializer
* Update serializer and tests
* Update status to be required
* Remove error message for constraint
* Remove extraneous import
* Re-ordered devices menu to place VDC below virtual chassis
* Add helptext for `identifier` field
* Fix breadcrumb link
* Remove add interface link
* Add missing tenant and status fields
* Changes to tests as per Jeremy
* Change for #9623
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
* Update filterset form for status field
* Remove Rename View
* Change tabs to spaces
* Update netbox/dcim/tables/devices.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
* Update netbox/dcim/tables/devices.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
* Fix tenant in bulk_edit
* Apply suggestions from code review
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
* Add status field to table.
* Re-order table fields.
Co-authored-by: Jeremy Stretch <jstretch@ns1.com >
2022-11-11 07:55:49 -05:00
jeremystretch
d994ee7b21
Merge branch 'develop' into feature
2022-11-01 17:13:11 -04:00
jeremystretch
e8a8ccf8f6
Fixes #10803 : Fix exception when ordering contacts by number of assignments
2022-11-01 15:27:35 -04:00
jeremystretch
c042c7e166
Closes #10608 : Register all core model views using register_model_view()
2022-10-07 17:17:58 -04:00
Arthur
27677a0733
#10094 changes from code review
2022-08-23 09:29:55 -07:00
Arthur
23a194bbb9
#10094 fix Contact AddAnother
2022-08-22 16:31:41 -07:00
Kim Johansson
43b2ac4412
Remove deprecated usage of prefetch_related
...
Fixes #9699
2022-07-30 01:18:30 +02:00
jeremystretch
ef2768cbf7
Closes #9177 : Add tenant assignment for wireless LANs & links
2022-06-27 11:30:52 -04:00
jeremystretch
94784d986b
Closes #8893 : Include count of IP ranges under tenant view
2022-06-07 11:12:40 -04:00
jeremystretch
919b2a1565
Closes #9260 : Apply user preferences to tables under object detail views
2022-05-04 15:46:13 -04:00
jeremystretch
2980550d62
Rename ObjectEditView.model_form to form
2022-03-21 10:22:30 -04:00
jeremystretch
02f4b84512
Move configure_table() logic to NetBoxTable.configure()
2022-02-09 14:10:54 -05:00
jeremystretch
510a5fbb69
Merge v3.1.7
2022-02-03 12:55:34 -05:00
jeremystretch
3a2b246c0f
Closes #8494 : Include locations count under tenant view
2022-02-01 16:31:34 -05:00
Johannes Erwerle
5e5d903142
Fixes #8476 : Bring the ASN Web UI up to the standard set by other objects
2022-01-28 11:58:29 +01:00
jeremystretch
c8d9089cd3
Closes #8469 : Move BaseTable, columns to netbox core app
2022-01-27 15:00:10 -05:00
jeremystretch
e5d3730ad8
Merge branch 'develop' into feature
2022-01-11 16:16:13 -05:00
jeremystretch
eb400bc6b2
Closes #6954 : Remember users' table ordering preferences
2022-01-10 14:03:07 -05:00
Jason Yates
4256493343
Fixes #8262 - Add Cable stat for Tenant
2022-01-07 20:02:45 +00:00
jeremystretch
89359f27f5
Generic view cleanup
2021-12-14 11:28:13 -05:00
jeremystretch
2064805b04
Omit actions column from non-paginated child object tables
2021-12-03 11:07:16 -05:00
jeremystretch
b34cdce5da
Closes #7924 : Include child groups on contact group view
2021-12-03 11:00:00 -05:00
jeremystretch
1f1ef4ffbf
Fixes #7757 : Fix 404 when assigning multiple contacts/FHRP groups in succession
2021-11-09 17:08:28 -05:00
jeremystretch
2984ba6db1
Fix return URLs for contact assignment edit/delete
2021-11-04 14:09:12 -04:00
jeremystretch
a297a994a4
Include action buttons on contact assignments table
2021-11-04 14:01:07 -04:00
jeremystretch
3d195bf438
#1344 : Show object type & name when assigning a contact
2021-11-04 13:44:02 -04:00
jeremystretch
3cf4589833
Add contact/role assignment tables
2021-10-18 15:30:28 -04:00
jeremystretch
76867f73b6
Add contact assignments to models
2021-10-18 15:09:57 -04:00
jeremystretch
169996fece
Initial work on contacts
2021-10-18 13:59:05 -04:00
jeremystretch
8879e0d9fb
Use exclude() when instantiating tables to omit columns
2021-09-17 14:25:02 -04:00
jeremystretch
4aaea8cb75
Fix filtering for platforms, tenant groups
2021-07-20 15:39:58 -04:00
jeremystretch
c9b0c9a2d4
Closes #6351 : Add aggregates count to tenant view
2021-05-05 09:53:06 -04:00
jeremystretch
431cb2a0ad
Rename FilterSet modules
2021-04-29 16:48:24 -04:00