Skip to content

Commit

Permalink
refresh job_selector on job deletion (#1461)
Browse files Browse the repository at this point in the history
* refresh job_selector on job deletion
resolves #1400

* be more precise

---------

Co-authored-by: Fred Lefévère-Laoide <[email protected]>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored Jun 28, 2024
1 parent 5540783 commit c5618f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taipy/gui_core/_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def process_event(self, event: Event):
elif event.entity_type == EventEntityType.JOB:
with self.lock:
self.jobs_list = None
self.broadcast_core_changed({"jobs": event.entity_id})
elif event.entity_type == EventEntityType.SUBMISSION:
self.submission_status_callback(event.entity_id, event)
elif event.entity_type == EventEntityType.DATA_NODE:
Expand Down

0 comments on commit c5618f1

Please sign in to comment.