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:
parent
d987d8bd9f
commit
fc80353b97
|
@ -1564,7 +1564,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
||||||
try {
|
try {
|
||||||
TabResource t = retrieveTRMetadataFromService(service, tr,
|
TabResource t = retrieveTRMetadataFromService(service, tr,
|
||||||
i);
|
i);
|
||||||
if (t.getTrId() != null && t.isValid()) {
|
if (t.getTrId() != null && t.isValid() && t.isFinalized()) {
|
||||||
ltr.add(t);
|
ltr.add(t);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue