Updated Flows

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@100977 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-24 15:51:47 +00:00
parent 6433dd843c
commit 0a239f6e45
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ public class TabularResourceProperties extends FramedPanel {
Log.debug(tabResource.toString());
nameField.setValue(tabResource.getName());
descriptionField.setValue(tabResource.getDescription());
typeField.setValue(tabResource.getTrId().getTabResourceType().toString());
typeField.setValue(tabResource.getTabResourceType());
agencyField.setValue(tabResource.getAgency());
dateField.setValue(tabResource.getDate());
tableTypeNameField.setValue(tabResource.getTableTypeName());