feat(api): changed funnels first_stage last_stage
This commit is contained in:
parent
527bce9936
commit
c9717d1ff8
1 changed files with 2 additions and 2 deletions
|
|
@ -264,8 +264,8 @@ def get_issues_on_the_fly(funnel_id, user_id, project_id, data: schemas.FunnelSe
|
|||
return {"issues": []}
|
||||
return {
|
||||
"issues": helper.dict_to_camel_case(
|
||||
significance.get_issues_list(filter_d=data.dict(), project_id=project_id, first_stage=data.events[0].dict(),
|
||||
last_stage=data.events[-1].dict()))}
|
||||
significance.get_issues_list(filter_d=data.dict(), project_id=project_id, first_stage=1,
|
||||
last_stage=len(data.events)))}
|
||||
|
||||
|
||||
def get(funnel_id, project_id, user_id, flatten=True, fix_stages=True):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue