Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@96034 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-23 13:21:17 +00:00
parent d987d8bd9f
commit fc80353b97
1 changed files with 1 additions and 1 deletions

View File

@ -1564,7 +1564,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
try {
TabResource t = retrieveTRMetadataFromService(service, tr,
i);
if (t.getTrId() != null && t.isValid()) {
if (t.getTrId() != null && t.isValid() && t.isFinalized()) {
ltr.add(t);
}