Page MenuHomePhabricator

Cargo shows wrong error message
Closed, ResolvedPublic

Description

When a field name is incorrect (in my case I put a space instead of _ in the field name) the message displayed is wrong. I got :

Error: No field named "" found for any of the specified database tables.

Whereas it should have been:

Error: No field named "Abc xyz" found for any of the specified database tables.

Event Timeline

Sorry this problem took so long to fix! And thanks for reporting it. I just checked in what I think is a fix.