From 07a738964b20aae3269699d2606f6003dc4b822d Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Sat, 25 May 2024 00:49:37 +0300 Subject: [PATCH] =?UTF-8?q?WEB=20APP:=20P8PGantt=20-=20=D0=B0=D0=BA=D1=82?= =?UTF-8?q?=D1=83=D0=B0=D0=BB=D0=B8=D0=B7=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=82=D1=83=D1=80?= =?UTF-8?q?=D0=B0=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B0=D1=82=D1=80=D0=B8=D0=B1=D1=83=D1=82=D0=B0=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D1=87=D0=B8=20(=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D1=8F=20=D1=81=D0=B2=D0=BE=D0=B9?= =?UTF-8?q?=D1=81=D1=82=D0=B2=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/p8p_gantt.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/p8p_gantt.js b/app/components/p8p_gantt.js index 2f51fe8..6c562b2 100644 --- a/app/components/p8p_gantt.js +++ b/app/components/p8p_gantt.js @@ -66,7 +66,8 @@ const P8P_GANTT_TASK_SHAPE = PropTypes.shape({ //Структура динамического атрибута задачи const P8P_GANTT_TASK_ATTRIBUTE_SHAPE = PropTypes.shape({ name: PropTypes.string.isRequired, - caption: PropTypes.string.isRequired + caption: PropTypes.string.isRequired, + visible: PropTypes.bool.isRequired }); //Структура описания цвета задачи