mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged BRANCHES/V3.3 to HEAD:
20494: Fix ALF-3099: CMIS Web Services query service not returning column aliases git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20495 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -113,6 +113,7 @@ public class DMDiscoveryServicePort extends DMAbstractServicePort implements Dis
|
|||||||
CmisProperty property = propertiesUtil.createProperty(column.getName(), column.getCMISDataType(), values.get(column.getName()));
|
CmisProperty property = propertiesUtil.createProperty(column.getName(), column.getCMISDataType(), values.get(column.getName()));
|
||||||
if (property != null)
|
if (property != null)
|
||||||
{
|
{
|
||||||
|
property.setQueryName(column.getName());
|
||||||
properties.getProperty().add(property);
|
properties.getProperty().add(property);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user