Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    eacf8a65
    forms: Fix interpretation of custom list data · eacf8a65
    Jared Hancock authored
    Prior to osTicket v1.9.4, drop down lists only allowed for a single entry.
    After upgrading to 1.9.4 the database data for drop downs changed to allow
    for multiple entries. However, the old data format was not properly handled
    by the SelectionField::to_php() method which handled interpreting and
    upgrading the database data.
    eacf8a65
    History
    forms: Fix interpretation of custom list data
    Jared Hancock authored
    Prior to osTicket v1.9.4, drop down lists only allowed for a single entry.
    After upgrading to 1.9.4 the database data for drop downs changed to allow
    for multiple entries. However, the old data format was not properly handled
    by the SelectionField::to_php() method which handled interpreting and
    upgrading the database data.