fulcrologic / fulcro-rad

Fulcro Rapid Application Development
MIT License
201 stars 46 forks source link

fix: missing path-params after route-denied #113

Closed yenda closed 1 year ago

yenda commented 1 year ago

While investing a bug I realized that it was only happening when I was leaving a form in a dirty state. The reason was that retry-route! was called without any params, so the route-params passed by the user action were lost. This goes with https://github.com/fulcrologic/fulcro/pull/537

awkay commented 1 year ago

This requires a release of Fulcro with the other patches, no?

awkay commented 1 year ago

3.6.2 of Fulcro released. The deps on this needs to be updated or it won't compile (in CLJ at least)

yenda commented 1 year ago

@awkay indeed, I updated the fulcro version

awkay commented 1 year ago

Thanks