This commit is contained in:
@@ -721,7 +721,7 @@ namespace AyaNova.Biz
|
||||
}
|
||||
|
||||
var tsRepeatInterval = dtRepeat - dtNow;
|
||||
if (tsRepeatInterval.TotalSeconds < 3601)//One hour minimum repeat interval
|
||||
if (tsRepeatInterval.TotalSeconds < 3600)//One hour minimum repeat interval
|
||||
{
|
||||
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "RepeatInterval", await Translate("ErrorRepeatIntervalTooSmall"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user