mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: thumbnails
This commit is contained in:
parent
c39d9d5340
commit
3413e6ca73
33 changed files with 161 additions and 740 deletions
|
|
@ -187,7 +187,7 @@ async def update_org_logo(
|
|||
await rbac_check(request, org.org_uuid, current_user, "update", db_session)
|
||||
|
||||
# Upload logo
|
||||
name_in_disk = await upload_org_logo(logo_file, org_id)
|
||||
name_in_disk = await upload_org_logo(logo_file, org.org_uuid)
|
||||
|
||||
# Update org
|
||||
org.logo_image = name_in_disk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue