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
Logging issue because I'm going down a rabbit hole.
Is it possible to have an empty params property on taskPlan?
This getter is currently breaking order creation.
Happy to fix, but needed to know the above question first.
Is it possible to have an empty params property on taskPlan?
yes! probably best if we coerce undefined and null into {}, but it's definitely possible to have an empty object for params.
This getter is currently breaking order creation
yeah, the "order pre-req" tasks expect params.contextAgentId, so we know how to update the group profile and invite group members. but others tasks, say like the "setup your personal profile" task don't need this context agent.
Turns out the problem with the broken order creation getter was that params was not writing to the database because we were not encoding the object as a string before writing. Should be fixed in abd1248
Logging issue because I'm going down a rabbit hole.
Is it possible to have an empty
params
property ontaskPlan
?This getter is currently breaking order creation.
Happy to fix, but needed to know the above question first.
cobuy/tasks/getters/getEnhancedTaskPlans.js
Line 18 in 4f81f6a
The text was updated successfully, but these errors were encountered: