Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@97611 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8886da820e
commit
193cead53f
|
@ -6010,10 +6010,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
||||||
|
|
||||||
TabularResource tr = service.getTabularResource(tabularResourceId);
|
TabularResource tr = service.getTabularResource(tabularResourceId);
|
||||||
|
|
||||||
if(tr.isFinalized()){
|
|
||||||
throw new TDGWTServiceException(
|
|
||||||
"Tabular Resource is Final");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (tabResource.getName() != null) {
|
if (tabResource.getName() != null) {
|
||||||
NameMetadata name = new NameMetadata(tabResource.getName());
|
NameMetadata name = new NameMetadata(tabResource.getName());
|
||||||
|
|
Loading…
Reference in New Issue