Skip to content
Snippets Groups Projects
  1. Jan 24, 2014
  2. Jan 23, 2014
  3. Jan 22, 2014
  4. Jan 21, 2014
  5. Jan 20, 2014
  6. Jan 19, 2014
  7. Jan 18, 2014
  8. Jan 17, 2014
  9. Jan 16, 2014
    • Jared Hancock's avatar
      forms: Fix ambiguous id / value for typeahead · ce2be287
      Jared Hancock authored
      If a dynamic list is displayed as a typeahead box, the value, when saved,
      will be confused with the corresponding ID field for the list. MySQL
      supports numeric comparison between the INT id column and the textual value
      column. Therefore, if a typeahead field has the value of '01 - GooGoo', then
      record will match the ListItem<id=1>, regardless of which list the item is
      defined for.
      
      This patch resolves the issue by submitting the ID number of the list
      selection in the HTTP form.
      ce2be287
Loading