You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These versions also introduced support for direct column / expression aliases in select item choice queries for general sanity :]
SELECT
'does not matter' AS "first",
CONCAT_WS('Choice text:', "choice_label") AS label,
id AS value,
'does not matter either' AS "last"
FROM choices_table;
data-manager/Component/FormItemFilter.php
Line 134 in ed8d712
Statement contradicts lines 146-149, which assume that
label
is the first element whilevalue
is the second one.The text was updated successfully, but these errors were encountered: