-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Labels
DEV: frontendP0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regression
Milestone
Description
Observed behavior
When searching for content through the 'Import from channels' modal, attempting to import your selections from search doesn't do anything. There's an underlying error that is preventing the copy operation.
Steps to reproduce the issue
- Clear site data
- Sign in
- Click ADD while editing a channel
- Click 'Import from channels'
- Search for something
- Select a card that doesn't have a thumbnail
- Click REVIEW
- Click IMPORT
- Observe nothing happens (error reported to Sentry below)
Sentry Issue: STUDIO-GBC
TypeError: Cannot read properties of undefined (reading 'original_source_node_id')
at ContentNode.tableCopy (./shared/data/resources.js:1514:37)
at callback (./shared/data/resources.js:1499:36)
at call (./shared/data/resources.js:270:14)
...
(11 additional frame(s) were not displayed)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DEV: frontendP0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regression