Re: [Freeipa-devel] [PATCH] 631 webui: fix regression: enabled gid field on group add

2014-06-11 Thread Petr Vobornik
On 10.6.2014 23:10, Endi Sukma Dewata wrote: On 5/14/2014 9:41 AM, Petr Vobornik wrote: GID field should be enabled by default since the default group is posix. Was caused by option_widget_base not properly reporting value change while selecting the default value. It has to be notified with

Re: [Freeipa-devel] [PATCH] 631 webui: fix regression: enabled gid field on group add

2014-06-10 Thread Endi Sukma Dewata
On 5/14/2014 9:41 AM, Petr Vobornik wrote: GID field should be enabled by default since the default group is posix. Was caused by option_widget_base not properly reporting value change while selecting the default value. It has to be notified with delay otherwise the event is consumed by

[Freeipa-devel] [PATCH] 631 webui: fix regression: enabled gid field on group add

2014-05-14 Thread Petr Vobornik
GID field should be enabled by default since the default group is posix. Was caused by option_widget_base not properly reporting value change while selecting the default value. It has to be notified with delay otherwise the event is consumed by FieldBinder.