🐛(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:
Quentin BEY
2024-11-25 16:06:31 +01:00
committed by BEY Quentin
parent d6f1cae9e9
commit a26e10909d
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- 🐛(admin) add organization on user #555
## [1.6.1] - 2024-11-22
### Fixed

View File

@@ -49,6 +49,7 @@ class UserAdmin(auth_admin.UserAdmin):
"id",
"sub",
"password",
"organization",
)
},
),