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:
parent
91c7c7015e
commit
c9956cca14
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue