mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
clockify is not using task name but task-type name
This commit is contained in:
parent
5529c531cf
commit
292936c8c1
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ class StartClockify(BaseAction):
|
|||
|
||||
def launch(self, session, entities, event):
|
||||
task = entities[0]
|
||||
task_name = task['name']
|
||||
task_name = task['type']['name']
|
||||
project_name = task['project']['full_name']
|
||||
|
||||
def get_parents(entity):
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ class AppAction(BaseHandler):
|
|||
|
||||
# RUN TIMER IN Clockify
|
||||
if clockify_timer is not None:
|
||||
task_name = task['name']
|
||||
task_name = task['type']['name']
|
||||
project_name = task['project']['full_name']
|
||||
|
||||
def get_parents(entity):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue