Thomas Portelange

Results 153 comments of Thomas Portelange

@silverstripesk that's very odd, it seems to be working just fine for me (tested in modeladmin, on base grid and nested grids) i've released a new version https://github.com/lekoala/silverstripe-cms-actions/releases/tag/1.3.13 can you...

indeed, missed that one ;-) i'm closing the issue, the css is fixed here https://github.com/lekoala/silverstripe-cms-actions/releases/tag/1.3.14

@Zerogiven so i'm not going to merge this for now, i'm not sure of the add value to add a dependency just for a couple of css classes. Maybe I'll...

yes, it's using load-browser (i've tried with import { scanImageData } from "../zbar.wasm/dist/load-browser.js";) i think it's due to this line const zbar_1 = __importDefault(require("./zbar")); that has some node dependencies

@samsam2310 this seems to work, i had to set path and fs as external. still i guess that's adding unnecessary code for the browser? esbuild --bundle --minify --external:path --external:fs --loader:.bin=file...

This is still happening on 4.7 (got the issue recently)

:-) still happening on 4.8. I have no idea what is setting the url, but clearly it's not doing the job as fast as it should

It would be great if these calls would only be made once someone actually clicks on the search icon, because currently if you have a couple of gridfields it makes...

in the meantime, for those who don't need search, using this `$gridfield->getConfig()->removeComponentsByType(GridFieldFilterHeader::class);` will remove the calls. I'm not sure there will be a fix anytime soon for this issue since...

So here I come again, since i've been working on another project, and got the exact same issue. Example: I was thinking that maybe caching the schema would help, but...