Shaun Cockerill
Shaun Cockerill
Native support for Activity parties does not appear to be a core part of the toolkit functionality. The serialization helper seems to strip these fields as they do not show...
https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/blob/eeeb5b4700d565b32a43fb41a7df9a8333263a59/src/Extensions/GridFieldBetterButtonsItemRequest.php#L351-L353 `$redirectURL` is actually a `\SilverStripe\Forms\FormRequestHandler` instance, so users are always forced to incorrectly redirect to `/SilverStripe/Forms/FormRequestHandler` whenever a `Versioned` `DataObject` is published. Additional checks to ensure `$redirectURL` is a...