Bug in cascadingdropdown with autocomplete

fras.marco

New Member
With Fabrik 3.5.2 - Joomla 3.6.5 only when "Render s" = autocomplete, generate sql query is missing the WHERE clause, causing in a full table download wich freezes the browser (350000 rows!).
Generated query:
Code:
SELECT DISTINCT(source_dirs.path) AS value, `path` AS text
FROM `source_dirs` AS `source_dirs`
ORDER BY text ASC
With "Render as" = dropdown:
Code:
SELECT DISTINCT(`source_dirs`.`path`) AS value, `source_dirs`.`path`AS text
FROM `source_dirs` AS `source_dirs`
WHERE source_id IN ('5') AND `source_dirs`.deleted=0

fabrik.png
fabrik2.png
fabrik3.png
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top