You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/04/24 09:44:30 UTC

[jira] Resolved: (WICKET-2239) AbstractColumn::isSortable() doesn't know about overrided getSortProperty()

     [ https://issues.apache.org/jira/browse/WICKET-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2239.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC3

> AbstractColumn::isSortable() doesn't know about overrided getSortProperty()
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-2239
>                 URL: https://issues.apache.org/jira/browse/WICKET-2239
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Anton Veretennikov
>            Priority: Trivial
>             Fix For: 1.4-RC3
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> 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()
>        }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.