Merge branch 'fix'
This commit is contained in:
@@ -141,7 +141,7 @@ class RecordService
|
|||||||
];
|
];
|
||||||
|
|
||||||
if ($this->user->isPortal()) {
|
if ($this->user->isPortal()) {
|
||||||
$where[] = ['isInternal' => true];
|
$where[] = ['isInternal' => false];
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->applyPortalAccess($builder, $where);
|
$this->applyPortalAccess($builder, $where);
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "espocrm",
|
"name": "espocrm",
|
||||||
"version": "9.3.2",
|
"version": "9.3.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "espocrm",
|
"name": "espocrm",
|
||||||
"version": "9.3.2",
|
"version": "9.3.3",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "espocrm",
|
"name": "espocrm",
|
||||||
"version": "9.3.2",
|
"version": "9.3.3",
|
||||||
"description": "Open-source CRM.",
|
"description": "Open-source CRM.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user