From 9863f8feca7d0187f37f0ab7d6f8812d9abbb894 Mon Sep 17 00:00:00 2001 From: Veronika Tsygankova Date: Fri, 31 Jul 2026 12:58:29 +0300 Subject: [PATCH] =?UTF-8?q?[AURORA-1076]=20-=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=20=D1=81=D0=BF=D0=B8=D1=81=D0=BE=D0=BA?= =?UTF-8?q?=20=D0=BD=D0=B5=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B0?= =?UTF-8?q?=D0=B5=D0=BC=D1=8B=D1=85=20=D0=BA=D0=BE=D0=BB=D0=BE=D0=BD=D0=BE?= =?UTF-8?q?=D0=BA=20=D0=BF=D1=80=D0=B8=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B8=20=D1=8D=D1=82=D0=B0=D0=BF=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/Stages/constants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/components/Stages/constants.js b/web/src/components/Stages/constants.js index fd43fee..da10b28 100644 --- a/web/src/components/Stages/constants.js +++ b/web/src/components/Stages/constants.js @@ -5,4 +5,7 @@ export const stageColumnsHiddenFromPicker = [ 'data.header.num_group', 'data.header.name', 'data.header.internal_order', + 'data.header.vsp_id', + 'data.header.section_code', + 'data.header.justification' ];