We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2ecdd0 + 2077cdf commit 6fe429aCopy full SHA for 6fe429a
Signum.Entities/Basics/Exception.cs
@@ -176,7 +176,7 @@ public class DeleteLogsTypeOverridesEmbedded : EmbeddedEntity
176
{
177
if (pi.Name == nameof(DeleteLogsOlderThan))
178
179
- if (DeleteLogsOlderThan.HasValue && DeleteLogsWithExceptionsOlderThan.HasValue && DeleteLogsOlderThan.Value <= DeleteLogsWithExceptionsOlderThan.Value)
+ if (DeleteLogsOlderThan.HasValue && DeleteLogsWithExceptionsOlderThan.HasValue && DeleteLogsOlderThan.Value < DeleteLogsWithExceptionsOlderThan.Value)
180
return ValidationMessage._0ShouldBeGreaterThan1.NiceToString(pi.NiceName(), NicePropertyName(() => DeleteLogsWithExceptionsOlderThan));
181
}
182
0 commit comments