Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.16 KB

SilverStripe ModelAdminPlus

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