I broke this when I added me.
in f1e75c8bffec3f5f86122ee73e3c0f19e26ddb27
I added me. to disambiguate id
, but:
eval.id works on the per-build page
me.id works on the other pages
Just id works everywhere if I drop:
, prefetch => { evaluationerror => [ ] },
but this causes a query per row to collect the evaluationerror records later, this becomes significantly slow on non-trivial datasets.
Using evals->current_source_alias will use the correct alias whether it is me or eval or something else.
OE5NED7FCT5VTG2A5EALONMOO3D3PMBRC7KZAAL5AIYT5S5NBUGAC