I see following log (part of log) when I start the OFBiz application.
>> ModelViewEntity.java:628:INFO ] Throwing out field alias in view entity WorkEffortPartyAssignView because one already exists with the alias name [statusId] and field name >> [WEPA(WorkEffortPartyAssignment).statusId], existing field name is [PNV.statusId]
The order of alias is PNV (PartyNameView) and WEPA (WorkEffortPartyAssignment) for view WorkEffortPartyAssignView. Both PNV and WEPA has statusId field but with different Status Type. The way view is defined, statusId comes only for PNV. I am not sure of the intention of author to use which statusId but I could only figure out this with adding a prefix to any of the alias like
<alias-all entity-alias="WEPA" prefix="wepa"/> Any ideas? - Vikas
