Latest JAS v1.1.0
144 plugins online

1:* filtering should use reference ID instead of referenced field

JAS15DEC001
Project
JAS Core (JAS)
Reported
Rank
3
Currently when setting the 1:* reference field value the MySQL use referenced field instead of the ID field of the referenced module. Using the former is rather useless since that's effectively the ID field of the original module. So change: FROM `module` LEFT JOIN `referenceModule` ON `module`.`nr`=`referenceModule`.`referenceField` WHERE referenceModule `.`referenceField `="123" To:  FROM `module` LEFT JOIN `referenceModule` ON `module`.`nr`=`referenceModule`.`referenceFi...


Report issues

We're currently not allowing issue reporting directly via ITS. Please use the feedback form to submit your issues.