Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@90594 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-01-27 17:29:04 +00:00
parent 5f39d3c8e1
commit 6cd52f0ad5
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class TabularResourceProperties extends FramedPanel {
}
protected void updateTabularResource(TabResource tabResource) {
Log.debug(tabResource.toString());
nameField.setValue(tabResource.getName());
descriptionField.setValue(tabResource.getDescription());
agencyField.setValue(tabResource.getAgency());