2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-dataobjecthistory

Adds a history tab to dataobjects

image

gorriecoe/silverstripe-dataobjecthistory

Adds a history tab to dataobjects

  • Tuesday, May 1, 2018
  • by gorriecoe
  • Repository
  • 1 Watchers
  • 1 Stars
  • 57 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 97 % Grown

The README.md

Silverstripe dataobjecthistory

Adds a history tab to dataobjects, (*1)

Installation

Composer is the recommended way of installing SilverStripe modules., (*2)

composer require gorriecoe/silverstripe-dataobjecthistory

Requirements

  • silverstripe/framework ^4.0
  • symbiote/silverstripe-gridfieldextensions ^3.1

Maintainers

Example

<?php

use SilverStripe\Versioned\Versioned;
use gorriecoe\DataObjectHistory\extensions\DataObjectHistory;

class MyObject extends DataObject
{
    private static $extensions = [
        Versioned::class . '.versioned',
        DataObjectHistory::class
    ];

    public function getCMSFields()
    {
        $fields = FieldList::create();
        ...
        $this->extend('updateCMSFields', $fields); // Required
        return $fields;
    }
}

The Versions

01/05 2018

dev-master

9999999-dev http://github.com/gorriecoe/silverstripe-dataobjecthistory

Adds a history tab to dataobjects

  Sources   Download

BSD-3-Clause

The Requires

 

by Gorrie Coe

silverstripe modular history

01/05 2018

1.1.1

1.1.1.0 http://github.com/gorriecoe/silverstripe-dataobjecthistory

Adds a history tab to dataobjects

  Sources   Download

BSD-3-Clause

The Requires

 

by Gorrie Coe

silverstripe modular history

01/05 2018

1.2.1

1.2.1.0 http://github.com/gorriecoe/silverstripe-dataobjecthistory

Adds a history tab to dataobjects

  Sources   Download

BSD-3-Clause

The Requires

 

by Gorrie Coe

silverstripe modular history

01/05 2018

1.2.2

1.2.2.0 http://github.com/gorriecoe/silverstripe-dataobjecthistory

Adds a history tab to dataobjects

  Sources   Download

BSD-3-Clause

The Requires

 

by Gorrie Coe

silverstripe modular history

13/04 2018

1.1.0

1.1.0.0 http://github.com/gorriecoe/silverstripe-dataobjecthistory

Adds a history tab to dataobjects

  Sources   Download

BSD-3-Clause

The Requires

 

by Gorrie Coe

silverstripe modular history

13/04 2018

1.2.0

1.2.0.0 http://github.com/gorriecoe/silverstripe-dataobjecthistory

Adds a history tab to dataobjects

  Sources   Download

BSD-3-Clause

The Requires

 

by Gorrie Coe

silverstripe modular history

15/03 2018

1.0.0

1.0.0.0 http://github.com/gorriecoe/silverstripe-dataobjecthistory

Adds a history tab to dataobjects

  Sources   Download

BSD-3-Clause

The Requires

 

by Gorrie Coe

silverstripe modular history