Skip to content
Snippets Groups Projects
  1. Jan 20, 2015
  2. Jan 19, 2015
  3. Jan 16, 2015
    • Sandy Carter's avatar
    • Denis Ledoux's avatar
      [IMP] res_lang: constraint for grouping field · 5959c416
      Denis Ledoux authored
      As entering a wrong value in the grouping field of res.lang,
      for instance '[,]', leads to an unavailability of the web interface,
      We add a constraint to prevent entering wrong values.
      5959c416
    • Richard Mathot's avatar
      [FIX] survey: avoid navigation crash · f9376905
      Richard Mathot authored
      If a survey has "allow users to go back" option enabled, users can go back to previous pages and change their answers before submitting the whole survey.
      
      This commit fixes the very special case, when the user reaches the last page of the survey, then click on "Previous" button, then reopen the survey from the invitation URL (/survey/fill/<survey_id>/<token> without the /prev flag in the URL). This won't crash anymore.
      
      This commit fixes #2658 and #2680.
      f9376905
    • Richard Mathot's avatar
      [FIX] survey: prefill glitch · b117fcfb
      Richard Mathot authored
      When user answers to multiple suggestion questions with a comment box,
      the comment box was prefilled with the ID's of the suggestion instead of
      user-entered data.
      
      This commit fixes #3149 and closes #3171.
      b117fcfb
Loading