diff --git a/docs/TASKS/content/008-multi-channel-preview-editor.md b/docs/TASKS/content/008-multi-channel-preview-editor.md index d0c31ac3..f479c218 100644 --- a/docs/TASKS/content/008-multi-channel-preview-editor.md +++ b/docs/TASKS/content/008-multi-channel-preview-editor.md @@ -21,6 +21,7 @@ The editor should use one shared content body for every selected target channel, - Keep the editor focused on post text and target channels by removing confusing title, calendar, change summary, and base-caption fields. - Make target preview tabs compact. - Move the create content entry point into the top app menu bar. +- Remove the asset-management tab from the content detail production panel. - Preserve existing save payloads and backend contracts. ## Validation @@ -42,3 +43,4 @@ npm run build - [x] The editor no longer shows title, calendar, change summary, or base-caption fields. - [x] Target channel tabs use compact icon-only buttons with channel names as accessible labels and tooltips. - [x] Create content is available from the top app menu bar. +- [x] Assets are no longer shown in the content detail production panel. diff --git a/frontend/src/features/content/components/ContentApprovalPanel.vue b/frontend/src/features/content/components/ContentApprovalPanel.vue index e093ca9d..738f20a3 100644 --- a/frontend/src/features/content/components/ContentApprovalPanel.vue +++ b/frontend/src/features/content/components/ContentApprovalPanel.vue @@ -335,7 +335,8 @@