toastnz/versioned-gridfield

There is no license information available for the latest version (v1.0.1) of this package.

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: 30

Type:silverstripe-module

v1.0.1 2015-03-10 20:23 UTC

This package is auto-updated.

Last update: 2024-02-29 03:51:44 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!