|
@trigger_error("Sql for select item options is single-column. Use a statement that generates a value (first) and label (second).", E_USER_DEPRECATED); |
Statement contradicts lines 146-149, which assume that label is the first element while value is the second one.
data-manager/Component/FormItemFilter.php
Line 134 in ed8d712
Statement contradicts lines 146-149, which assume that
labelis the first element whilevalueis the second one.