Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-486

TableView.setSort(String) doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5
    • 1.5
    • wtk
    • None

    Description

      private method TableView.parseSort(String json) has this line:

      Dictionary.Pair<String, SortDirection> pair =
      new Dictionary.Pair<String, SortDirection>((String)map.get(COLUMN_NAME_KEY),
      SortDirection.valueOf(((String)map.get(SORT_DIRECTION_KEY)).toLowerCase()));

      The enum value for SortDirection cannot be found. Must be changed to toUpperCase().

      Attachments

        1. pivot-486-TableView-setSort.patch
          0.9 kB
          Dirk Moebius

        Activity

          People

            Unassigned Unassigned
            dmoebius Dirk Moebius
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: