Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dean-forest-tech/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
https://github.com/dean-forest-tech/silverstripe-modeladminplus
admin modeladmin silverstripe silverstripe-4
Last synced: about 1 month ago
JSON representation
Expanded version of ModelAdmin that adds extra features such as saving searching search results to a session and adding bulk editing by default
- Host: GitHub
- URL: https://github.com/dean-forest-tech/silverstripe-modeladminplus
- Owner: Dean-Forest-Tech
- License: bsd-3-clause
- Created: 2018-08-03T21:06:32.000Z (over 6 years ago)
- Default Branch: 2
- Last Pushed: 2024-11-23T20:58:20.000Z (about 2 months ago)
- Last Synced: 2024-11-23T21:27:05.081Z (about 2 months ago)
- Topics: admin, modeladmin, silverstripe, silverstripe-4
- Language: PHP
- Size: 121 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# SilverStripe ModelAdminPlus
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/i-lateral/silverstripe-modeladminplus/badges/quality-score.png?b=1)](https://scrutinizer-ci.com/g/i-lateral/silverstripe-modeladminplus/?branch=1)
[![Build Status](https://travis-ci.org/i-lateral/silverstripe-modeladminplus.svg?branch=1)](https://travis-ci.org/i-lateral/silverstripe-modeladminplus)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 dft/silverstripe-modeladminplus
```## Additional docs
[Read the full docs](docs/en/index.md)