Files
oqtane.framework/Oqtane.Client
Leigh Pointer ff450ca43a Fix for Scheduled Jobs UI #5354
This PR addresses an issue where null date/time values could cause exceptions when processing job scheduling.
Changes Made:
- Added proper null checks for _startDate, _startTime, _endDate, _endTime, _nextDate, and _nextTime
- Improved parsing safety for _retentionHistory using int.TryParse()
- Added validation to fail early with meaningful error messages

Impact:

Prevents NullReferenceException and InvalidOperationException when date/time fields are missing
2025-06-09 10:29:43 +02:00
..
2025-06-09 10:29:43 +02:00
2025-05-19 15:14:49 -07:00
2025-06-05 09:31:54 -04:00
2025-06-05 09:31:54 -04:00
2025-05-13 16:49:46 -04:00