From b9aa3daa8ae657656a43fbdef90d6225db337b0c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 15 Oct 2021 12:43:31 +0200 Subject: [PATCH] wip #4793 --- app/Models/Publication.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Models/Publication.php b/app/Models/Publication.php index 11b46d3..17e9876 100644 --- a/app/Models/Publication.php +++ b/app/Models/Publication.php @@ -25,9 +25,9 @@ class Publication extends CubistMagicAbstractModel $this->addField('document', Files::class, 'Document'); $this->addField('precompiled', Files::class, 'Fluidbook Précompilé', ['can' => 'precompiled']); - $this->addField('s_download', FormSection::class, 'Téléchargement et impression'); - $this->addField("download_name", Text::class, 'Nom du fichier', ['default' => 'document.pdf']); - $this->addField('pdf_download', Files::class, 'PDF pour le téléchargement et l\'impression'); +// $this->addField('s_download', FormSection::class, 'Téléchargement et impression'); +// $this->addField("download_name", Text::class, 'Nom du fichier', ['default' => 'document.pdf']); +// $this->addField('pdf_download', Files::class, 'PDF pour le téléchargement et l\'impression'); } -- 2.39.5