mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [FIX] Fixed issue when evaluating ACL for showing request icon.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user