This commit is contained in:
@@ -631,6 +631,7 @@ namespace AyaNova.Biz
|
||||
var dtRepeat = CalculateNewDateFromSpanAndUnit(dtNow, proposedObj.RepeatUnit, proposedObj.RepeatInterval);
|
||||
if (!(dtGenBefore < dtRepeat))
|
||||
{
|
||||
//NOTE: this is directly tied to v8 migrate so do not change this without changing v8migrate pm export as well
|
||||
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "GenerateBeforeInterval", await Translate("ErrorGenBeforeTooSmall"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user