Re: [Freeipa-devel] [PATCH] webui: 696 support wildcard attribute level rights

2014-07-28 Thread Petr Vobornik
On 25.7.2014 22:25, Endi Sukma Dewata wrote: On 7/21/2014 6:35 AM, Petr Vobornik wrote: https://fedorahosted.org/freeipa/ticket/4380 You're right, there is an error. Attaching new version. The code is rewritten to be more comprehensible - use cases are in separate variables. ACK. The code

Re: [Freeipa-devel] [PATCH] webui: 696 support wildcard attribute level rights

2014-07-25 Thread Endi Sukma Dewata
On 7/21/2014 6:35 AM, Petr Vobornik wrote: https://fedorahosted.org/freeipa/ticket/4380 This is the original if-condition: (!rights !(that.flags.indexOf('w_if_no_aci') -1 write_oc)) || (rights rights.indexOf('w') 0) Here if 'rights' has a value but there's no 'w' in

Re: [Freeipa-devel] [PATCH] webui: 696 support wildcard attribute level rights

2014-07-21 Thread Petr Vobornik
On 18.7.2014 00:03, Endi Sukma Dewata wrote: On 7/10/2014 7:23 AM, Petr Vobornik wrote: Reproduction: * add 'extensibleObject' object class to target object https://fedorahosted.org/freeipa/ticket/4380 This is the original if-condition: (!rights !(that.flags.indexOf('w_if_no_aci')

Re: [Freeipa-devel] [PATCH] webui: 696 support wildcard attribute level rights

2014-07-17 Thread Endi Sukma Dewata
On 7/10/2014 7:23 AM, Petr Vobornik wrote: Reproduction: * add 'extensibleObject' object class to target object https://fedorahosted.org/freeipa/ticket/4380 This is the original if-condition: (!rights !(that.flags.indexOf('w_if_no_aci') -1 write_oc)) || (rights

[Freeipa-devel] [PATCH] webui: 696 support wildcard attribute level rights

2014-07-10 Thread Petr Vobornik
Reproduction: * add 'extensibleObject' object class to target object https://fedorahosted.org/freeipa/ticket/4380 -- Petr Vobornik From 908d39fdff8d91b5535e72e05410a7959f511613 Mon Sep 17 00:00:00 2001 From: Petr Vobornik pvobo...@redhat.com Date: Thu, 19 Jun 2014 17:09:38 +0200 Subject: [PATCH]