Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Marketo/SilverStripe-RelationshipPermissions

Repository files navigation

SilverStripe Relationship Permission Sources

Requirements

  • SilverStripe ^3.2

Installation

The recommended way to install the module is via composer

composer require marketo/silverstripe-relationship-permissions:dev-master

If you aren't using composer, pull down the code into its own directory.

Examples

To add this to a Page object, you can put the following code into your YAML configuration.

MyDataObjectType:
  extensions:
    - RelationshipPermissionExtension('RelationshipName')

The passed in argument should be the name of the relationship (has_one, many_many, etc) to find an object that has the relevant permission.


Limitations

If the data object type does not make use of the usual canXXX extension mechanism, then the extension will have NO effect. This extension is best used on data object types that either do not define the canXXX set of methods, or call parent::canXXX.

Run a dev/build?flush=1 to flush the config manifests to enable the new configuration.

License

See License

Maintainers

About

An extension that allows for the definition of relationships to determine permssions through

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages