From cd5286d03bb44d7ef4999c311a1bdc82dd9f8659 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 8 Dec 2021 18:07:14 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04522=20-=20Remove=20DB=20views=20still?= =?UTF-8?q?=20present=20after=20migration=20from=20iTop=202.7=20Pro=20to?= =?UTF-8?q?=20iTop=203.0=20Pro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/metamodel.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/metamodel.class.php b/core/metamodel.class.php index 2d93b1858..5bf537699 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -5985,7 +5985,7 @@ abstract class MetaModel // Reporting views (must be created after any other table) // - foreach(self::GetClasses('bizmodel') as $sClass) + foreach(self::GetClasses() as $sClass) { $sView = self::DBGetView($sClass); if (CMDBSource::IsTable($sView))