Just two notes:

ipantfallbackprimarygroup requires a posix group. Our API currently doesn't support search based on object classes therefore the entity select widget incorrectly offers non posix groups as well.

Another problem is that hidden 'Default SMB Group' is not listed. Hence it couldn't be set again after a modification. I made the combobox editable (first usage, so it revealed a bug) to avoid this problem. User can enter garbage, but the framework should handle that.


On 02/18/2013 05:36 PM, Petr Vobornik wrote:
First two patches are bug fixes which are required for third patch.
Depends on my patch #259 (Combobox keyboard support)

1) [PATCH] Fix dirty state update of editable combobox

Editable combobox didn't update it's dirty state correctly. CB had it's own
internal value changed event, which was incorrectly used. It was removed
and
widget's value_changed event was used instead.

2) [PATCH] Fix handling of no_update flag in Web UI

There was an incorrect check for no_update flag. Check was performed as
if the flag was an attribute of object not an item of array. Hence, the
flag never caused any effect.

3) [PATCH] Global trust config page

https://fedorahosted.org/freeipa/ticket/3333
--
Petr Vobornik

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to