Fix crash if person hours doesn't fit into standard pattern
This commit is contained in:
@@ -136,7 +136,7 @@ public partial class LeanderShiftPlannerMainWindow : Window
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
throw; // TODO handle exception
|
||||
ViewService.ShowGeneralError(this).ErrorText = exception.Message;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user