i-lateral/silverstripe-modeladminplus

Adds some extra features to a standard ModelAdmin field

Installs: 10 738

Dependents: 4

Suggesters: 0

Security: 0

Stars: 8

Watchers: 4

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

1.2.5 2022-01-18 14:10 UTC

This package is auto-updated.

Last update: 2024-04-20 10:19:53 UTC


README

Scrutinizer Code Quality Build Status

Expanded version of ModelAdmin that adds some extra features:

  • Submitting SearchForm via a POST (meaning that complex fields that require an Ajax callback should now function).
  • Saving search results to a session rather than using the query string.
  • Adding bulk editing (using colymba/gridfield-bulk-editing-tools by default).
  • When generating export fields for a DataObject also checks if the object has export_fields
  • Automatically find and format DBDate/DBDatetime fields to DBDate.Nice
  • Automatic "default" filtering of objects based on a config variable or custom method in your search context

Installing

Install this module via composer:

composer require i-lateral/silverstripe-modeladminplus

Additional docs

Read the full docs