diff --git a/inc/SP/Account/AccountsSearchItem.class.php b/inc/SP/Account/AccountsSearchItem.class.php index 48857543..a2cf057f 100644 --- a/inc/SP/Account/AccountsSearchItem.class.php +++ b/inc/SP/Account/AccountsSearchItem.class.php @@ -113,8 +113,8 @@ class AccountsSearchItem */ public function isShowRequest() { - return (!$this->isShow() - && (AccountsSearchItem::$requestEnabled || AccountsSearchItem::$isDemoMode)); + return ((!$this->showView || !$this->showEdit || !$this->showDelete) + && AccountsSearchItem::$requestEnabled); } /**