🐛(admin) add organization on user
User fields has to be listed, this one was forgotten in the "add organization" commit...
This commit is contained in:
@@ -8,6 +8,10 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- 🐛(admin) add organization on user #555
|
||||||
|
|
||||||
## [1.6.1] - 2024-11-22
|
## [1.6.1] - 2024-11-22
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ class UserAdmin(auth_admin.UserAdmin):
|
|||||||
"id",
|
"id",
|
||||||
"sub",
|
"sub",
|
||||||
"password",
|
"password",
|
||||||
|
"organization",
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user