Updated Resource
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-resources-widget@113654 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ba13056a99
commit
de73b4297b
|
@ -232,7 +232,7 @@ public class ResourcesPanel extends FramedPanel {
|
|||
ResourceTD resource = value.getResourceTD();
|
||||
String resourceData = "";
|
||||
if (resource instanceof InternalURITD) {
|
||||
InternalURITD internalURITD = (InternalURITD) resource;
|
||||
/*InternalURITD internalURITD = (InternalURITD) resource;
|
||||
if (internalURITD.getFileId() != null
|
||||
&& !internalURITD.getFileId().isEmpty()) {
|
||||
resourceData = "<tr>"
|
||||
|
@ -242,7 +242,7 @@ public class ResourcesPanel extends FramedPanel {
|
|||
.htmlEscape(internalURITD
|
||||
.getFileId()) + "</td>"
|
||||
+ "</tr>";
|
||||
}
|
||||
}*/
|
||||
|
||||
} else {
|
||||
if (resource instanceof StringResourceTD) {
|
||||
|
|
Loading…
Reference in New Issue