Shaun Cockerill

Results 7 comments of Shaun Cockerill

Hi @wizardist, Each of these throw a 400 Bad Request when attempting to POST the following data. $translatedData['[email protected]'] = "/contacts({$contactid})"; > An undeclared property 'customer' which only has property annotations...

Hi @wizardist, That does seem odd as the only items that I've seen that are in PascalCase are the entity properties. All other data I get from the API (and...

On the topic of deep retrievals, the easiest way I found to access and manage associations was to access the ODataClient. $_accounts = $client->getClient()->getRecord( $client->getClient()->getMetadata()->getEntitySetName( 'list' ), $list->listid, [ 'Expand'...

I'm attempting to do the same thing for one of our clients. Adding css for pointer events works in most browsers (but not all), your elements with hover or click...

@Ishub Remove the `pointer-events: none` from `#particles-js` and it should work correctly; at least it does in my browser.

I'm also experiencing the same issue. Commenting out the line suggested by silverstripe-elliot prevents the console error, as well as allows those pages to load when refreshed, but all the...

I found the issue with the page redirecting to `/SilverStripe/Forms/FormRequestHandler` when you click publish. Created new Issue: https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/issues/174 with description why and suggested fixes.