Skip to content
Snippets Groups Projects
  1. Jan 20, 2015
  2. Jan 19, 2015
  3. Jan 16, 2015
  4. Jan 15, 2015
    • Jeremy Kersten's avatar
      [FIX] website: search a matching route with http method POST · 9d89b179
      Jeremy Kersten authored
      When url_for was looking for a route which match, it was only looking for GET route.
      So routes which were restricted to be used only with a POST method, were never found.
      
      The result was that urls in website for route post (form in most cases) was never prefixed with the lang.
      So the request.lang was always the default lang from website...
      
      If you was creating a sale order (in ecommerce), the lang used in sale order was wrong and the description not in the current lang.
      9d89b179
    • Denis Ledoux's avatar
      84b5bf94
Loading