Jackson Stone created OLINGO-1052:
-------------------------------------

             Summary: Property on base types with alias
                 Key: OLINGO-1052
                 URL: https://issues.apache.org/jira/browse/OLINGO-1052
             Project: Olingo
          Issue Type: Bug
            Reporter: Jackson Stone
            Priority: Minor


If I query a server for a property that belongs to an entity's base type, and 
the base type is an alias, it errors out here, unable to get a property on 
null. 

while (( property === null) && (curType.baseType !== undefined)) { 
curType = lookupEntityType(curType.baseType, model); 
property = lookupProperty(curType.property,name);
}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to