schrattenholz

Results 3 issues of schrattenholz

Hej, after uploading through bulkuploader and saving, the dataobject is still in draftmode.. any ideas about that? //GridField $gridFieldConfig=GridFieldConfig::create() ->addComponent(new GridFieldButtonRow('before')) ->addComponent($dataColumn=new GridFieldDataColumns()) ->addComponent(new GridFieldToolbarHeader()) ->addComponent(new GridFieldTitleHeader("Bild","Titel","Adult")) ->addComponent(new GridFieldDetailForm()) ->addComponent($editableColumns=new...

type/bug

Hi I get that error using BulkUploader in SS4.3 Uncaught Exception BadMethodCallException: "Items must be saved before adding to a changeset" That s my gridfield-config ``` $gridFieldConfig=GridFieldConfig::create() ->addComponent(new GridFieldButtonRow('before')) ->addComponent($dataColumn=new...

type/bug

Hi, is it now possible to add buttons to the detialform like it was before the merge of your module? Is there any documentation? If yes, it would be nice...