Return-Path: X-Original-To: apmail-syncope-commits-archive@www.apache.org Delivered-To: apmail-syncope-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19707EEC9 for ; Thu, 14 Feb 2013 17:23:13 +0000 (UTC) Received: (qmail 34790 invoked by uid 500); 14 Feb 2013 17:23:13 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 34766 invoked by uid 500); 14 Feb 2013 17:23:13 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 34759 invoked by uid 99); 14 Feb 2013 17:23:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 17:23:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 17:23:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 52A8F23888CD; Thu, 14 Feb 2013 17:22:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1446276 - in /syncope/trunk: ./ console/src/main/java/org/apache/syncope/console/commons/SortableAttributableProviderComparator.java Date: Thu, 14 Feb 2013 17:22:53 -0000 To: commits@syncope.apache.org From: fmartelli@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130214172253.52A8F23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmartelli Date: Thu Feb 14 17:22:52 2013 New Revision: 1446276 URL: http://svn.apache.org/r1446276 Log: SYNCOPE-314 merged from the branch 1_0_X - fixed Modified: syncope/trunk/ (props changed) syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SortableAttributableProviderComparator.java Propchange: syncope/trunk/ ------------------------------------------------------------------------------ Merged /syncope/branches/1_0_X:r1446233-1446275 Modified: syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SortableAttributableProviderComparator.java URL: http://svn.apache.org/viewvc/syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SortableAttributableProviderComparator.java?rev=1446276&r1=1446275&r2=1446276&view=diff ============================================================================== --- syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SortableAttributableProviderComparator.java (original) +++ syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SortableAttributableProviderComparator.java Thu Feb 14 17:22:52 2013 @@ -38,6 +38,7 @@ public class SortableAttributableProvide inlineProps.add("id"); inlineProps.add("status"); inlineProps.add("token"); + inlineProps.add("username"); } public SortableAttributableProviderComparator(final SortableDataProvider provider) {