Skip to content

Commit

Permalink
[qa] fix organisation logo
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Jul 16, 2024
1 parent 411bd66 commit 84aa0a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zou/app/blueprints/previews/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def __init__(self):
)

def is_exist(self, organisation_id):
self.model = persons_service.get_organisation(organisation_id)
self.model = persons_service.get_organisation()


class CreateOrganisationThumbnailResource(OrganisationThumbnailResource):
Expand Down
2 changes: 2 additions & 0 deletions zou/app/models/organisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ def present(self):
"hd_by_default": self.hd_by_default,
"use_original_file_name": self.use_original_file_name,
"timesheets_locked": self.timesheets_locked,
"updated_at": self.updated_at,
"created_at": self.created_at,
}
)

0 comments on commit 84aa0a4

Please sign in to comment.