silverstripe / silverstripe-campaign-admin

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

Remove unneeded content types being added to Campaigns #128

Closed newleeland closed 3 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 ("Elemental Areas" and "File links"), which are really confusing for the user as they are not campaignable/publishable items

User Story

As a user viewing items slated for a campaign, I only want to see items that are publishable on their own, so that I do not get confused with the detail of what's being published.

ACs

Notes

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

brynwhyman commented 4 years ago

This sounds pretty closely related to: https://github.com/silverstripe/silverstripe-asset-admin/issues/903, which is also dealing with verbose information of individual objects.

We've been talking about implementing an API that only includes 'user facing' classes, this could be used in places like campaigns, reports.

clarkepaul commented 3 years ago

I think this might have been resolved to the point this issue can be closed, the likes of Elemental Areas and file links don't show anymore.