Subject: | AJAX::_sfy cannot handle being passed an undef row |
If _sfy() in AJAX.pm, the $row parameter can sometimes legitimately be
undef.
_sfy() does a $row->result_source a few lines in, so this causes an
exception.
Either _sfy() needs to handle $row being undef, or should not be called
with $row undef.