You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: the resource name was underscored, and the field names were left untouched. This I assume is being done by the Deserialize plug.
But the call to render needs exactly the opposite formatting, i.e. it expects: %{"admin-user" => "first_name,last_name"} with the resource name still dasherized and the field names underscored.
The text was updated successfully, but these errors were encountered:
Using the default dasherized fields, here's an example:
Note: the resource name was underscored, and the field names were left untouched. This I assume is being done by the
Deserialize
plug.But the call to
render
needs exactly the opposite formatting, i.e. it expects:%{"admin-user" => "first_name,last_name"}
with the resource name still dasherized and the field names underscored.The text was updated successfully, but these errors were encountered: