09 Oct, 2015

1 commit

  • custom_forms: small bug fixes in datepick and remove field
    
    - Fixes slide up of field box when removing a field, since the outer
      box was being left behind and only the content was being slided up.
    - Fixes date pick on Firefox/Iceweasel, which was not showing the date
      stored on the database and instead was always being initialized with
      the current date because the format with dashes '1995-12-17 03:24:00'
      is not a valid date format for Date(), while '1995-12-17T03:24:00' or
      '1995/12/17 03:24:00' are correct formats.
    
    See merge request !703
    Daniela Feitosa
     

08 Oct, 2015

9 commits


07 Oct, 2015

8 commits


06 Oct, 2015

5 commits


05 Oct, 2015

8 commits


02 Oct, 2015

9 commits