GridFieldBulkEditingTools icon indicating copy to clipboard operation
GridFieldBulkEditingTools copied to clipboard

SilverStripe GridField Components set for bulk upload and bulk record edit, unlink & delete :package::boom:

Results 37 GridFieldBulkEditingTools issues
Sort by recently updated
recently updated
newest added

This lets you install the module in apps that don’t have asset-admin (such as ModelAdmin-focused apps, where batch editing would be handy) Fixes #202.

Some objects has required fields and object validation will fail on write()

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Example: new BulkUploader()->setUfSetup('getValidator.setAllowedExtensions', ['jpg', 'jpeg', 'png', 'gif']);

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

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

Selecting images from the image libary does not work. After selecting they do appear under the bulk uploader but not in the grifield. After doing a hard ctrl shift r...

type/bug

Batch-deleting userform submissions: Results in a console error: Seems due to invalid JSON being returned: ```JS { "isDestructive":true, "isError":false, "isWarning":true, "message":"Deleted 0 records.", "successClasses":[], "failedClasses":[], "records":{ "success":[], "failed":[] } }{...

type/bug

Hi I added this ```css .bulkManagerOptions.form--no-dividers label.form-check-label input { margin-left: 3px; } .bulkManagerOptions.form--no-dividers label.form-check-label { display: block; padding-bottom: 35px; } ``` to change this: ![image](https://user-images.githubusercontent.com/167154/129466161-ddd55295-c425-437c-8dff-1719dfd35f0f.png) TO: ![image](https://user-images.githubusercontent.com/167154/129466168-8ddcf887-b47b-458c-af34-8513f7c8347c.png)

type/enhancement

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies