Re: [Freeipa-devel] [PATCH] 202 Password policy paging with proper sorting

2012-08-29 Thread Petr Vobornik
On 08/28/2012 04:50 PM, Endi Sukma Dewata wrote: ACK. Pushed to master, ipa-3-0. Some comments below. On 8/27/2012 10:51 AM, Petr Vobornik wrote: This patch adds option to disable sorting when paging. It allowed to enable paging in password policy with order of items untouched (they are so

Re: [Freeipa-devel] [PATCH] 202 Password policy paging with proper sorting

2012-08-28 Thread Endi Sukma Dewata
ACK. Some comments below. On 8/27/2012 10:51 AM, Petr Vobornik wrote: This patch adds option to disable sorting when paging. It allowed to enable paging in password policy with order of items untouched (they are sorted on server side by priority). Is the sorting we see in the UI and CLI ident

[Freeipa-devel] [PATCH] 202 Password policy paging with proper sorting

2012-08-27 Thread Petr Vobornik
This patch adds option to disable sorting when paging. It allowed to enable paging in password policy with order of items untouched (they are sorted on server side by priority). Also fixing issue when paging is disabled and command summary = null. It displayed 'null' in facet footer. https:/