mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 07:26:05 +00:00
orm noSelect param
This commit is contained in:
@@ -448,7 +448,7 @@ abstract class Base
|
||||
if (!empty($fieldDefs['select'])) {
|
||||
$part = $fieldDefs['select'];
|
||||
} else {
|
||||
if (!empty($fieldDefs['notStorable'])) {
|
||||
if (!empty($fieldDefs['notStorable']) || !empty($fieldDefs['noSelect'])) {
|
||||
continue;
|
||||
}
|
||||
$part = $this->getFieldPath($entity, $attribute[0]);
|
||||
|
||||
Reference in New Issue
Block a user