Fork me on GitHub
#pathom
<
2022-08-28
>
Mark Wardle22:08:09

Hi all. I am running in lenient mode, but a missing attribute is having an effect on attributes that do exist. Here I am searching for a patient using a pseudonym. It works. But if I add an attribute that is designed only to be used in my user interface, all attributes have an error. I will rename the front-end component to be :ui/xxxx so that Fulcro filters it out from server side resolution, but I thought my server side code would fail gracefully for attributes not found?

wilkerlucio22:08:26

what version are you using mark?

wilkerlucio22:08:44

the release from yesterday has an issue that might affect idents in mid query

Mark Wardle07:08:27

Amazing. I can confirm latest commit (9fd82ed868303f94b385ba7411b3107c4a76895d) fixes the issue.

Mark Wardle07:08:07

To be clear, I was using the 2022.08.26-alpha but I had made some swingeing changes in code as well as upgrading my deps, so had thought I had caused it.