You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Jackson Stone (JIRA)" <ji...@apache.org> on 2016/11/26 13:46:58 UTC

[jira] [Created] (OLINGO-1052) Property on base types with alias

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)