From f0e07df1929e3f210ae3f0111280b985e736ccc5 Mon Sep 17 00:00:00 2001 From: "nrvikas@gmail.com" Date: Tue, 5 Sep 2017 16:58:02 +1000 Subject: [PATCH] [SDESK-1878][SDESK-1884] Remove headline from planning item and coverage --- client/components/Coverage/index.jsx | 11 ----------- client/components/PlanningForm/index.jsx | 10 ---------- server/planning/planning_types.py | 2 -- 3 files changed, 23 deletions(-) diff --git a/client/components/Coverage/index.jsx b/client/components/Coverage/index.jsx index a0e594f3b..17ccd5c81 100644 --- a/client/components/Coverage/index.jsx +++ b/client/components/Coverage/index.jsx @@ -45,17 +45,6 @@ function CoverageComponent({ readOnly={readOnly} /> } - {get(formProfile, 'editor.headline.enabled') && -
- -
- } {get(formProfile, 'editor.internal_note.enabled') &&
} - {get(formProfile, 'editor.headline.enabled') && -
- -
- } {get(formProfile, 'editor.anpa_category.enabled') &&