- πΊπΈUnited States caspervoogt
The patch from #2 fixed this issue for me. I am running 3.1.0. Without this patch, the this module is pretty much impossible for my client to use; RTBC as far as I'm concerned. Good work, @khaldoon_masud!
Drupal throws an exception on saving Custom recurrence with Sierra widget.
InvalidArgumentException: Failed to parse RFC string, line is not starting with a property name followed by ":" in RRule\RSet->__construct() (line 77 of /vendor/rlanvin/php-rrule/src/RSet.php).
Sierra widget is looking for "RRULE:" prefix in RRULE field.
it's caused by
// Preserve non-RRULE components from original string.
$originalString = $form_state->getValue('original_string');
$rset = new RSet($originalString);
I changed Alpha to Sierra and date was already stored in Alpha format.
Needs work
3.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The patch from #2 fixed this issue for me. I am running 3.1.0. Without this patch, the this module is pretty much impossible for my client to use; RTBC as far as I'm concerned. Good work, @khaldoon_masud!