Gabriele Brosulo
Gabriele Brosulo
Adding subsite/multisite/locale support can be tricky, isn't it? Now I'm really busy @ work and I can't handle this, but it can be a good idea for a next release....
@wernerkrauss a PR would be really appreciated. Breaking 3.1 compatibility could be an option, if no other solution works.
Same problem as @Momper14 , new files results in "loading forever" issue Temporary workaround: close VSC, add some text to the remote file, reopen VSC and it works. Probably the...
Same problem here, connecting through FTP. Is there any plan to solve that issue?
Hello @driesvints, We tried digging deeper in this bug, but the problem is that the `PendingDispatch` is widely used in the framework, and a possible PR can be very big...
Hi @timacdonald , thanks for the hint. For now we are happy with our `dispatchNow()` implementation, that basically does the same of `Bus::dispatch(new Job())`. But the problem with `PendingDispatch` IMHO...
Hi @rodrigopedra, thanks for your contribution to the problem. I agree with you for a new method to call when dispatch problems occurs, since mixing failed dispatch with failed execution...
Would not be sufficient a single session variable for each Gridfiled instance (obviously in core) to solve this issue?
It's been a long time since the last comment about this issue, is there any news about it? I'm working on persistent gridfield with good results using this module by...
First of all thanks for your interest! https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/commit/c364d1fbc11a0438551499e12f8f7412013225b6 is just half of the solution to the problem, because in order to redirect to a DO edit page I need to...