Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@111396 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-01-14 17:59:43 +00:00
parent 6155ecf8af
commit 2a86a730d9
1 changed files with 2 additions and 2 deletions

View File

@ -1396,7 +1396,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
}
Column timeColumn = timeTable
.getColumnByName(periodTypeMetadata.getType()
.name());
.getName());
relData = new RelationshipData(timeTable.getId()
.getValue(), timeColumn.getLocalId().getValue());
@ -1435,7 +1435,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
}
Column timeColumn = timeTable
.getColumnByName(periodTypeMetadata.getType()
.name());
.getName());
String sourceTableDimensionColumnId = viewMetadata
.getSourceTableDimensionColumnId().getValue();