Skip to content
  1. Apr 11, 2021
  2. Apr 04, 2021
  3. Jan 09, 2021
  4. Apr 08, 2020
  5. Feb 12, 2020
  6. May 19, 2019
  7. Mar 16, 2019
  8. Feb 27, 2019
  9. Feb 24, 2019
  10. Jan 06, 2019
  11. Nov 10, 2018
  12. Oct 11, 2018
  13. Aug 18, 2018
    • Sylvie Ye's avatar
      [gmf] handle document signature page · ef973840
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      Some users have to sign documents.
      It can be skipped by going on Account page. But account page can also be redirected on document signature page like this:
      AccountsPage(GET) -> DocumentsSignaturePage -> AccountsPage(GET) -> DocumentsSignaturePage
      
      Plus, for transaction and investment it's a POST request, document signature page can be here after the post.
      Every pages can be redirected like this in go_details_page:
      AccountsPage(GET) -> DocumentsSignaturePage
      AccountsPage(GET) -> TransactionsInvestmentsPage(POST) -> DocumentsSignaturePage
      
      It's easier to raise ActionNeeded.
      
      Closes: 15699@sibi
      ef973840
  14. Jul 29, 2018
  15. Feb 16, 2018