keystone-classic
keystone-classic copied to clipboard
defaultColumns does not work with mapped names
If I define a list with a mapped name then using name as a default column does not work. I would think this should work. Furthermore, using the mapped field name in the default column, instead, results in it not correctly displaying the column value. For example, defaultCurrency should show as "Default Currency" but instead shows the exact field name (defaultCurrency).
Also note that making the default column not the first one results in the rows not being clickable
This is also the case for searchFields
@keystonejs/testing Can you reproduce this in e2e testing, please? This might require multiple tests.
@webteckie - I'll leave this one to you if that's okay :)
Any updates to this?