b8ff0ba4a2
* store prefill params in session Instead of using query params on /dossier/new, we assume the user comes from /commencer/:path, which is the new prefill link. There, we store the prefill params in session, and use them to prefill the dossier when creating it, in /dossiers/new. * spec: cover the case * review: serialize with json instead of yaml * review: rename method * review: store only query params * review: comment why we dont override already stored params |
||
---|---|---|
.. | ||
activate_controller_spec.rb | ||
commencer_controller_spec.rb | ||
confirmations_controller_spec.rb | ||
dossiers_controller_spec.rb | ||
passwords_controller_spec.rb | ||
profil_controller_spec.rb | ||
registrations_controller_spec.rb | ||
sessions_controller_spec.rb | ||
transfers_controller_spec.rb | ||
user_controller_spec.rb |