Is there any reason for the extra logic on line 190 of date_repeat_form.inc ?
'#default_value' => !empty($EXCEPT) ? $EXCEPT : '0000-00-00 11:59:59',
This causes the exception field to be auto-filled with today's date, which is not expected.
Why not just use this:
'#default_value' => $EXCEPT,
Fixed
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.