Skip to content

Commit

Permalink
fix for who’s listening image doesn't save (#1946)
Browse files Browse the repository at this point in the history
* updates on engagement publish

* update email template

* adding action drop down

* updated changes for User Management

* access user details page for users without a role

* updating variable name

* updating the schema

* updating as per review comments

* updating schema

* adding changes for clone and delete

* fixing linting

* update

* fix for report setting on analytics

* fixing lint

* fix for who’s listening image doesn't save
  • Loading branch information
VineetBala-AOT authored Aug 1, 2023
1 parent fd91a5b commit bb6990d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met-api/src/met_api/models/contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def create_contact(cls, contact) -> Contact:
updated_date=datetime.utcnow(),
created_by=contact.get('created_by', None),
updated_by=contact.get('updated_by', None),
avatar_filename=contact.get('avatar_filename', None),
)
new_contact.save()

Expand Down

0 comments on commit bb6990d

Please sign in to comment.