Skip to content

Commit

Permalink
Merge pull request #798 from ZzIsGod1019/zz-flow-0705
Browse files Browse the repository at this point in the history
flow: fix bug (not found rel_model)
  • Loading branch information
4t145 authored Jul 5, 2024
2 parents 2be63a1 + b596627 commit af77439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/middlewares/flow/src/serv/flow_model_serv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,8 @@ impl FlowModelServ {
FlowRelServ::find_to_simple_rels(&FlowRelKind::FlowModelPath, &ctx.own_paths, None, None, funs, ctx).await?.into_iter().map(|rel| rel.rel_id).collect_vec(),
),
ignore_scope: true,
own_paths: Some("".to_string()),
with_sub_own_paths: true,
..Default::default()
},
..Default::default()
Expand Down

0 comments on commit af77439

Please sign in to comment.