-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Templating with .task.resolver_username
not working correctly with templating function.
resolver_username
is a *string
pointer and giving a pointer to templating function such as toString
is returning a pointer value instead of the actual string.
Expected behavior
We should de-reference the pointer here :
Line 255 in 8540372
v.m[TaskKey] = t |
And give a plain string value every time a string pointer is included into the values. As the
task
is only Golang model that we are including in the values, we should check at all the keys here.
utask version impacted by the bug
All
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working