You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to legacy hamster.storage.db.__get_activity_by_name we should allow for an additional resurrect kwarg.
If we look up a 'deleted' activity and resurrect=True this activity should be updated to deleted=False and category=None.
The text was updated successfully, but these errors were encountered:
According to legacy
hamster.storage.db.__get_activity_by_name
we should allow for an additionalresurrect
kwarg.If we look up a 'deleted' activity and
resurrect=True
this activity should be updated todeleted=False
andcategory=None
.The text was updated successfully, but these errors were encountered: