KriszDev
KriszDev
I've installed the modules and when I try to start it it gives me: ``` X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 73...
Hello everyone. I am trying to set an instance up but I have a weird problem. In tower I changed the default ETH chain's client to geth (because im using...
Hello everyone! Today I installed a local doltlab instance and wanted to upload my current work repository, so create a repo on doltlab and ran the commands it displayed to...
# Bug report **Please note:** All issues must be submitted in **English**. If not, they will be closed automatically. ### What I did ``` CRUD::disableResponsiveTable(); CRUD::setOperationSetting('lineButtonsAsDropdown', true); ``` in `setupListOperation()`....
# Bug report ### What I did ```php CRUD::field("mellekletek")->type("dropzone")->withFiles([ "path" => "ticketek/" . date("Y/m"), "fileNamer" => function ($file, $uploader) { dd($file, $uploader); } ])->label("Mellékletek"); ``` Dropzone defined with fluent syntax...