silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
721 stars 821 forks source link

Remove unneeded content types being added to Campaigns #8738

Closed newleeland closed 5 years ago

newleeland commented 5 years ago

Description

When a page with content blocks is added to a campaign, extra content types appear within the campaign, which are really confusing for the user. i.e. Sections called "Elemental Areas" and "File links" appear along with "pages and files"

Adding:

Steps to Reproduce

  1. In Campaigns, click Add Campaign
  2. Go to a page with content blocks.
  3. Click Add to Campaign that you just created
  4. Go the Campaign and view the extra items

Affected Version

SilverStripe 4.x

newleeland commented 5 years ago

moved to https://github.com/silverstripe/silverstripe-campaign-admin/issues/128