TF-4069 Do not show toast message when disable vacation automatically
This commit is contained in:
@@ -245,6 +245,7 @@ class VacationController extends BaseController {
|
||||
|
||||
void _handleUpdateVacationSuccess(UpdateVacationSuccess success) {
|
||||
if (success.listVacationResponse.isNotEmpty &&
|
||||
!success.isAuto &&
|
||||
currentOverlayContext != null &&
|
||||
currentContext != null) {
|
||||
appToast.showToastSuccessMessage(
|
||||
|
||||
Reference in New Issue
Block a user