Updated TRId

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@100933 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-23 16:24:59 +00:00
parent 91c7c7015e
commit c9956cca14
1 changed files with 2 additions and 2 deletions

View File

@ -241,8 +241,8 @@ public class TabResourcesSelectionPanel extends ContentPanel implements
&& item.getName().toLowerCase()
.contains(searchTerm.toLowerCase()))
return true;
if (item.getTabularResourceType() != null
&& item.getTabularResourceType().toLowerCase()
if (item.getTableTypeName() != null
&& item.getTableTypeName().toLowerCase()
.contains(searchTerm.toLowerCase()))
return true;
if (item.getAgency() != null