From 4b4fe55060b045962c6954ebff6ca624f87df3f5 Mon Sep 17 00:00:00 2001 From: odain Date: Fri, 3 Jul 2026 11:49:47 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09689=20-=20Fix=20itop-portal-base=20depe?= =?UTF-8?q?ndancy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datamodels/2.x/itop-portal-base/module.itop-portal-base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php index 7861ef5df..6a75244b5 100644 --- a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php @@ -28,6 +28,7 @@ SetupWebPage::AddModule( 'category' => 'Portal', // Setup 'dependencies' => [ + 'itop-attachments/3.2.1||true', //CMDBChangeOpAttachmentRemoved ], 'mandatory' => true, 'visible' => false,