From e1caf61a181a67ae58bc6070133abc307cacc151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Fri, 20 Apr 2018 12:32:01 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B01248=20-=20Fix=20API=20access=20(back=20?= =?UTF-8?q?to=20the=20same=20behavior=20as=202.4.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[5706] --- core/userrights.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/userrights.class.inc.php b/core/userrights.class.inc.php index d1b58655a..f7c445367 100644 --- a/core/userrights.class.inc.php +++ b/core/userrights.class.inc.php @@ -975,6 +975,7 @@ class UserRights try { + // Check only bizmodel to let API work like in 2.4.1 if (MetaModel::HasCategory($sClass, 'bizmodel')) { return self::$m_oAddOn->GetSelectFilter(self::$m_oUser, $sClass, $aSettings);