Re: [Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Petr Vobornik
On 06/13/2013 05:13 PM, Ana Krivokapic wrote: On 06/13/2013 03:24 PM, Petr Vobornik wrote: On 06/13/2013 02:46 PM, Ana Krivokapic wrote: On 06/13/2013 12:30 PM, Petr Vobornik wrote: Rule tables with external member has more than one column and therefore exclude parameter for adder dialog is no

Re: [Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Ana Krivokapic
On 06/13/2013 03:24 PM, Petr Vobornik wrote: > On 06/13/2013 02:46 PM, Ana Krivokapic wrote: >> On 06/13/2013 12:30 PM, Petr Vobornik wrote: >>> Rule tables with external member has more than one column and >>> therefore exclude parameter for adder dialog is not array of strings >>> but array of ob

Re: [Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Petr Vobornik
On 06/13/2013 02:46 PM, Ana Krivokapic wrote: On 06/13/2013 12:30 PM, Petr Vobornik wrote: Rule tables with external member has more than one column and therefore exclude parameter for adder dialog is not array of strings but array of objects. normalize_values function can't work with it and cau

Re: [Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Ana Krivokapic
On 06/13/2013 12:30 PM, Petr Vobornik wrote: > Rule tables with external member has more than one column and therefore > exclude parameter for adder dialog is not array of strings but array of > objects. normalize_values function can't work with it and causes JS error. > > This patch creates proper

[Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Petr Vobornik
Rule tables with external member has more than one column and therefore exclude parameter for adder dialog is not array of strings but array of objects. normalize_values function can't work with it and causes JS error. This patch creates proper exclude array before passing it to adder dialog.