Damian Mooyman
Damian Mooyman
We could do this as a new Middleware you can put into index.php. Anyone want to take this on?
So you would add a hook around https://github.com/tractorcow/silverstripe-autocomplete/blob/3.1/code/AutoCompleteField.php#L255 to customise the ability to extract a value from the dataobject? This can be done pretty easily. :) I don't see why...
Please try this and tell me if it gets your further. :) ``` RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* dynamiccache/cache-main.php?url=%1 [QSA] ```
Well, one has the additional 2 x RewriteCond, and I'm not sure if @hprata's one does.
I've also fixed an issue with IE11. It was erroring on the Object.entries() when looping.
Thanks @wilr for the prompt response. It does seem a bit contradictory, but it seems from the documentation that this only becomes an issue if only a single domain is...
Sorry there was a lot of trailing whitespace in the source file. https://github.com/zoho/zcrm-php-sdk/pull/55/files?diff=unified&w=1
@micmania1 Do you think we should develop the back-end guest authoring component as a module as well? I'm thinking yes :D