toastnz / versioned-gridfield
VersionedGridFieldDetailForm, for managing Sitetree (or any other versioned objects) in CMS interfaces, such as ModelAdmin
Installs: 93
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 29
Type:silverstripe-module
Requires
- php: >=5.3.2
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2024-10-29 05:40:24 UTC
README
(well, its more a detailform, but who searches for silverstripe versioned gridfield detail form)
Requirements
- SilverStripe 3.1
Introduction
This module provides a gridfield detail form, with the asscoiated actions required for managing versioned objects, eg SiteTree descendants.
This comes in handy especially when using a modeladmin to manage parts of the sitetree.
It hooks into modeladmin via updateEditForm and inserts the VersionedDetailForm automatically
Disclaimer
This code is not particulary nice and has been put together from many areas of the cms and framework. I'm sure there are more elegant ways of doing this. Keep the pull requests coming!