[tasks] Make tasks use user profile string
This commit is contained in:
@ -56,7 +56,7 @@ class UserProfile(TimeStampedModel):
|
||||
return pytz.timezone(self.timezone)
|
||||
|
||||
@cached_property
|
||||
def task_context_tags(self) -> list:
|
||||
def task_context_tags(self) -> list[str]:
|
||||
tag_list = [
|
||||
t.strip().capitalize()
|
||||
for t in self.task_context_tags_str.split(",")
|
||||
|
||||
Reference in New Issue
Block a user