From: Vincent Vanwaelscappel Date: Fri, 15 Oct 2021 10:43:31 +0000 (+0200) Subject: wip #4793 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b9aa3daa8ae657656a43fbdef90d6225db337b0c;p=odl.git wip #4793 --- 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'); }