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:
parent
6155ecf8af
commit
2a86a730d9
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue