Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2239

AbstractColumn::isSortable() doesn't know about overrided getSortProperty()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.4-RC3
    • wicket-extensions
    • None

    Description

      Overriding getSortProperty() does not make column sortable until isSortable() is
      not overrided also.

      I think this code in AbstractColumn::isSortable() may be changed like:

      public boolean isSortable()

      { return sortProperty != null; //change to getSortProperty() }

      Attachments

        Activity

          People

            Unassigned Unassigned
            verant Anton Veretennikov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1m
                1m
                Remaining:
                Remaining Estimate - 1m
                1m
                Logged:
                Time Spent - Not Specified
                Not Specified