ash-project / ash_phoenix

Utilities for integrating Ash and Phoenix

Home Page:https://hexdocs.pm/ash_phoenix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regression in 0.4.19

axelson opened this issue · comments

We discussed in discord (https://discord.com/channels/711271361523351632/799097774523547669/853717356865519648) that 0.4.19 appears to cause a regression in the add_to_path logic

You can easily see the failing test from my private repo https://github.com/axelson/gen_tracker/tree/broken-ash-phoenix-0.4.19 (note the tag)
by running the seed script and then visiting an item (i.e. http://localhost:4000/item/1) and pressing "add track"

Form logic is being completely rewritten to a dedicated data structure, AshPhoenix.Form. This should be released soon.