Re: [Freeipa-devel] [PATCH] 332 Refactored entity object resolution.

2011-12-21 Thread Petr Vobornik
On 12/20/2011 10:29 PM, Endi Sukma Dewata wrote: On 12/20/2011 7:28 AM, Petr Vobornik wrote: 1) when link_field is a creating a command in field.js:558 it's passing an entity instead of entity name. It causes creation of wrong command name. Fixed and rebased. ACK and pushed to master --

Re: [Freeipa-devel] [PATCH] 332 Refactored entity object resolution.

2011-12-20 Thread Petr Vobornik
On 12/20/2011 12:01 AM, Endi Sukma Dewata wrote: The IPA.get_entity() has been modified to accept either entity name or entity object. If it receives an entity object it will return the object itself. Otherwise, it will resolve the name in the entity registry. The other_entity variables have