Steve Pallen
Steve Pallen
I agree. First, there is no reason to call `update_user` for a logged out user since the purpose of this call is to update the in-memory cache of the user_data....
You're correct. Thanks.
@pavloo I'm interested in anything that makes Coherence work better for APIs. I have just started using it myself for JSON API requests for an existing project, so your timing...
Try this for your all scope ``` scope :all, [default: true], fn(q) -> order_by(q, [p], asc: p.name) end ```
What version of ExAdmin?
I'll try to get some time tonight to look at it. Would be best if you could provide a sample project that reproduces the issue.
ok. Thanks, I'll troubleshoot with that.
I know I'm late on responding to this. I would be interested in a discussion around what you see. I'm not a fan of the Service abstraction I was using...
@bglusman can you post the error please. I'd like to know which module is throwing the error.
@bglusman Give the following a try in `lib/ex_admin/form/fields.ex` ``` def do_input_collection(resource, collection, model_name, field_name, item, %{cardinality: :one, related_key: related_key} = assoc, _params, _errors) do Adminlog.debug "1st _input_collection... #{field_name}" ext_name =...