silverstripe / silverstripe-campaign-admin

Campaign and publishing admin interface for Silverstripe
BSD 3-Clause "New" or "Revised" License
2 stars 16 forks source link

FIX Implicit changeset items should be able to opt out of UI display in campaign admin #136

Closed robbieaverill closed 5 years ago

robbieaverill commented 5 years ago

Implicitly added changes (via an ORM relationship or similar) are automatically shown in campaign views. There should have been a way for individual models to opt out of this if for example they are link models or something else that should be invisible to CMS users.

This PR adds configuration checks for opt out in order for this to be possible.

Issue: https://github.com/dnadesign/silverstripe-elemental/issues/593