dnadesign/userforms-bulk-delete

Provides different ways of deleting SubmittedForm data

Installs: 2 324

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

1.2 2023-12-13 01:34 UTC

This package is auto-updated.

Last update: 2024-04-13 02:22:10 UTC


README

Introduction

This a colllection of 2 extensions:

  • The first one deletes the files uploaded via EditableFileField when deleting a submission
  • The second one relies on GridFieldBulkDeleteForm to add a button on the submission gridfield allowing to delete some or all submissions

Requirements

Install

Add the following to your composer.json file


    "require"          : {
		"dnadesign/userforms-bulk-delete": "0.1"
	}