Latest JAS v1.1.0
144 plugins online

Add reference text support

JAS15NOV001
Project
JAS Core (JAS)
Reported
Rank
3
It would be handy if new reference can be added quickly for modules that only require the "title" field to be provided when adding a new entry. So instead of showing a (multi)dropdown a text field will be shown with the current referenced entry/entries. If a non-existing entry is added to the text field it will be automatically added as a new entry.  Additionally it should show a quick dropdown (i.e. listOptions) with all available entries to quickly selected them. For multi referen...

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.