i-lateral / silverstripe-modeladminplus

Expanded version of ModelAdmin that adds extra features such as saving searching search results to a session and adding bulk editing by default

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Expanded version of ModelAdmin that adds extra features such as saving searching search results to a session and adding bulk editing by default

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 98.8%Language:Scheme 1.2%