dev-master
9999999-devAn extension that allows for the definition of relationships to determine permssions through
BSD-3-Clause
The Requires
permissions silverstripe
An extension that allows for the definition of relationships to determine permssions through
The recommended way to install the module is via composer, (*1)
composer require marketo/silverstripe-relationship-permissions:dev-master
If you aren't using composer, pull down the code into its own directory., (*2)
To add this to a Page object, you can put the following code into your YAML configuration., (*3)
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., (*4)
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
., (*5)
Run a dev/build?flush=1
to flush the config manifests to enable the new configuration., (*6)
See License, (*7)
An extension that allows for the definition of relationships to determine permssions through
BSD-3-Clause
permissions silverstripe