Skip to content

Commit

Permalink
merge: #3969
Browse files Browse the repository at this point in the history
3969: BUG-431 missing resource refreshed r=jobelenus a=jobelenus

<img src="https://media0.giphy.com/media/H3cBaC5OnaJ79UjL9h/giphy.gif"/>

Co-authored-by: John Obelenus <[email protected]>
  • Loading branch information
si-bors-ng[bot] and jobelenus authored Jun 11, 2024
2 parents a2c9d9d + 67e6af3 commit c358913
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/dal/src/job/definition/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ async fn process_and_record_execution(
.publish_on_commit(&ctx)
.await?;
}
} else {
let summary =
SummaryDiagramComponent::assemble(&ctx, &component, ChangeStatus::Unmodified)
.await?;
WsEvent::resource_refreshed(&ctx, summary)
.await?
.publish_on_commit(&ctx)
.await?;
}

let triggered_prototypes =
Expand Down

0 comments on commit c358913

Please sign in to comment.