ex_admin icon indicating copy to clipboard operation
ex_admin copied to clipboard

protocol ExAdmin.Render not implemented for {:map, :request}

Open palm86 opened this issue 8 years ago • 1 comments

In a schema with a field defined as

field :request, :map

I get this error if I try to view it in ExAdmin:

(Protocol.UndefinedError) protocol ExAdmin.Render not implemented for {:map, :request}

This used to work, but since upgrading it fails. I tried adding a defimpl for Tuple with some positive results, but I'm not sure that is the way to go? It smells like a hack.

palm86 avatar Feb 14 '17 14:02 palm86

Were you able to solve this?

AaronVasquez avatar May 18 '18 21:05 AaronVasquez