guryanovev / CrystalQuartz

pluggable UI for Quartz.NET
MIT License
999 stars 312 forks source link

Panel displays Object reference not set on completed trigger/job details request #103

Open guryanovev opened 1 year ago

guryanovev commented 1 year ago

Sometimes UI still shows Jobs/Triggers that are actually completed and disposed, and if user tries to view details for such entities then the dialog would be empty and the error toast display:

image

Expected result: some kind of error message inside the dialog itself indicating the fact that the Trigger/Job is no longer available on Quartz side.