Jeremy Stretch
55e31ef984
Merge pull request #12896 from netbox-community/fix/12818-perm
...
Fix permission
2023-06-14 07:57:32 -04:00
Jeremy Stretch
85e351146d
Merge pull request #12897 from netbox-community/fix/12682-openapi-connected-device
...
Fix connected device api schema
2023-06-14 07:56:10 -04:00
Abhimanyu Saharan
d03bfe89c0
fix connected device api schema #12682
2023-06-14 15:45:07 +05:30
Abhimanyu Saharan
c8cbced55e
fix permission #12818
2023-06-14 14:43:18 +05:30
Abhimanyu Saharan
928a34674e
change link parsing from quote_plus to quote #12822
2023-06-14 14:16:04 +05:30
Abhimanyu Saharan
96cf95d176
fixes typo in register_model_view docstring #12824
2023-06-14 14:06:23 +05:30
Arthur
540339683c
12589 add user group manager
2023-06-13 14:33:41 -07:00
jeremystretch
2e9586523f
Changelog for #12687 , #12838 , #12850 , #12862
2023-06-13 15:47:40 -04:00
Arthur
4332ba0beb
12589 user RestrictedQuerySet for permission
2023-06-13 11:12:06 -07:00
Arthur
3c6091135d
12589 user RestrictedQuerySet for permission
2023-06-13 10:20:16 -07:00
Arthur
1435cd7f7a
12589 fix user/group create
2023-06-13 10:10:06 -07:00
Jeremy Stretch
a81924ac0f
Merge pull request #12863 from sudheesh001/fix/12862-connection-sidebar-add
...
Fixes #12862 - Add Button for Wireless Links in Sidebar
2023-06-13 09:19:32 -04:00
Jeremy Stretch
74c1f7a176
Merge pull request #12874 from ITJamie/broadcast_exceptions
...
assigning broadcast ip error fixes for ipv6 and /31/32
2023-06-13 08:57:32 -04:00
Arthur
281aa92322
12589 fix objectpermissionform
2023-06-12 15:53:09 -07:00
Arthur
cc7f7687c4
12589 fix users object_permissions m2m
2023-06-12 15:17:48 -07:00
Arthur
3ed852f88a
12589 UI fixes
2023-06-12 13:10:14 -07:00
Jamie Murphy
22a0ce3f76
broadcast error fixes for ipv6 and /31/32
2023-06-12 21:01:43 +01:00
Arthur
78ef1d1412
12589 UI fixes
2023-06-12 12:41:18 -07:00
Arthur
057fbf0ac4
12589 fix boolean filters
2023-06-12 09:36:46 -07:00
Jeremy Stretch
43235f143d
Merge pull request #12839 from candlerb/candlerb/12838
...
Round rack power utilization to nearest 0.1%
2023-06-12 08:12:17 -04:00
Jeremy Stretch
e7851399c6
Merge pull request #12857 from netbox-community/fix/12850-contacts-table
...
fix contact assignment table modal
2023-06-12 08:09:17 -04:00
Sudheesh Singanamalla
82cd6c5f4c
Fixes #12862 - Add Button for Wireless Links in Sidebar
...
Signed-off-by: Sudheesh Singanamalla <sudheesh@cs.washington.edu>
2023-06-11 12:17:32 -07:00
Abhimanyu Saharan
210879d380
fix contact assignment table modal
2023-06-11 16:50:48 +05:30
Arthur
30a168a33e
125890 fixes
2023-06-09 14:40:41 -07:00
Arthur
4560eb6508
125890 fixes
2023-06-09 14:06:30 -07:00
Arthur
f1eadc6a5c
125890 fix objectpermission form
2023-06-09 13:00:23 -07:00
Arthur
2fdd834a66
125890 fix group permission views
2023-06-09 11:05:31 -07:00
Brian Candler
01d9e0afb6
Round rack power utilization to nearest 0.1%
...
Fixes #12838
2023-06-08 14:31:46 +01:00
Arthur
4da0b835fd
125890 basic group objectpermission views
2023-06-07 08:36:42 -07:00
Arthur
bd67cfb401
125890 basic group objectpermission views
2023-06-06 11:15:35 -07:00
Arthur
a609467968
125890 add form fields
2023-06-06 09:57:23 -07:00
jeremystretch
2e2ff09822
Merge branch 'develop' into feature
2023-06-02 15:43:06 -04:00
jeremystretch
4a88d5e3d9
PRVB
2023-06-02 15:42:34 -04:00
Jeremy Stretch
9fb52be85c
Merge pull request #12805 from netbox-community/develop
...
Release v3.5.3
2023-06-02 15:37:20 -04:00
jeremystretch
46d1d5a44a
Release v3.5.3
2023-06-02 14:17:01 -04:00
Arthur
b17dfa0534
125890 first working user list
2023-06-02 09:58:45 -07:00
Arthur
773a4f9896
125890 first working user list
2023-06-02 09:57:15 -07:00
jeremystretch
dee4aec62d
Fixes #12779 : Correct arithmetic for converting inches to meters
2023-06-01 13:21:15 -04:00
jeremystretch
9f70407c7d
Remove survey link
2023-06-01 13:00:09 -04:00
jeremystretch
852026bf7b
Changelog for #7503 , #9876 , #12015 , #12538 , #12762
2023-05-31 16:35:06 -04:00
Abhimanyu Saharan
e7f689bc52
Fixes incorrectly handled type error when list of objects is found in data ( #12593 )
...
* fixes incorrectly handled type error when list of objects is found in data #9876
* fixes incorrectly handled type error when list of objects is found in data #9876
* fixes incorrectly handled type error when list of objects is found in data #9876
2023-05-31 15:44:59 -04:00
Daniel Sheppard
1349a25e34
Update missing changelog
2023-05-31 14:30:40 -05:00
Abhimanyu Saharan
dbd3c6de24
Fixes return_url for image attachment ( #12721 )
...
* fixes return_url for image attachment #12538
* simplified conditions
* handle nonetype error
* fixed request check
* Introduce htmx_table template tag for embedding HTMX-backed object tables
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-31 15:22:37 -04:00
Arthur
3e77daff01
12767 pin graphene-django version
2023-05-31 12:04:34 -04:00
Abhimanyu Saharan
bd88ee7063
Adds device type and role to device component filter ( #12504 )
...
* adds device type and role to device component filter #12015
* changes as per review
* Add filterset tests for device type & role filters
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-31 09:59:22 -04:00
Daniel Sheppard
a9b0b49ef9
Fixes #12702 - Adds widget to FrontPortTemplateCreateForm
2023-05-31 08:49:23 -05:00
Arthur Hanson
8b051ea2f3
7503 do device validate-create in serial ( #12222 )
...
* 7503 do device validate-create in serial
* 7503 fix single instance
* 7503 atomic transaction
* 7503 fix return data for bulk operations
* 7503 add test
* Move sequential creation logic to a mixin
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-31 09:06:09 -04:00
jeremystretch
bca9d0fa8a
Closes #12599 : Apply filter parameters to links in object count dashboard widgets
2023-05-30 16:31:34 -04:00
jeremystretch
9b8ab1c1f7
Fixes #12742 : Object counts dashboard widget should support URL-compatible query filters
2023-05-30 15:44:43 -04:00
jeremystretch
b3bd03a1e9
Fixes #12715 : Use contact assignments table to display the contacts assigned to an object
2023-05-30 14:51:16 -04:00