You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adam Heath <do...@brainfood.com> on 2009/09/13 21:54:18 UTC

SimpleMethod.findEntityNamesUsed()

findEntityNamesUsed is buggy when working with related entities.  The
relation name may not actually be an Entity; there could be a title
involved.  The actually entity name might change, depending on the
original entity that is being looked up against.

Does anyone else agree with my reading of this method?  If so, what
should be done to fix this problem?