We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c4de9 commit d0a586dCopy full SHA for d0a586d
1 file changed
files/lib/system/wsdb/cache/eager/DatabaseRelationCache.class.php
@@ -22,6 +22,12 @@ protected function getCacheData(): DatabaseRelationCacheData
22
23
$references = [];
24
foreach ($optionList as $option) {
25
+ $configuration = $option->getConfiguration();
26
+ $crossLink = $configuration['relationCrossLink'] ?? 0;
27
+ if (!$crossLink) {
28
+ continue;
29
+ }
30
+
31
$sql = "
32
SELECT recordID,
33
option" . $option->optionID . " value
0 commit comments