Użytkownik Ed Leafe napisał: > I'd like to understand the thought behind this change, because IMO an > explicit DataField that exists in the dataset should always take precedence > over an attribute of the business object. If there was an issue you had that > required different behavior, I'd like to look into it to see if we can find a > change that works for both cases.
Ok, I understand problem. Personally, I only have situation where bizobj attribute names doesn't overlap data field names. We could avoid problem you described with: 1) adding check for method with callable() - cons, it only works for methods, or 2) add check if data field exist, then it takes precedence before object attribute - there could be some problems for offline data sources if structure isn't defined explicitly. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
