Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@100489 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3640b82cb8
commit
1b46afc61c
|
@ -65,7 +65,7 @@ public class CodelistMappingOperationInProgressCard extends WizardCard
|
||||||
|
|
||||||
description.setHTML(2, 0,
|
description.setHTML(2, 0,
|
||||||
"<span style=\"font-weight:bold;\";>Name: </span>");
|
"<span style=\"font-weight:bold;\";>Name: </span>");
|
||||||
description.setText(2, 1, codelistMappingSession.getResourceTD()
|
description.setText(2, 1, codelistMappingSession.getResourceTDDescriptor()
|
||||||
.getName());
|
.getName());
|
||||||
|
|
||||||
FramedPanel summary = new FramedPanel();
|
FramedPanel summary = new FramedPanel();
|
||||||
|
|
|
@ -147,7 +147,7 @@ public class CodelistMappingTableDetailCard extends WizardCard implements
|
||||||
resourceDetails.setName(name.getCurrentValue());
|
resourceDetails.setName(name.getCurrentValue());
|
||||||
resourceDetails.setDescription(description.getCurrentValue());
|
resourceDetails.setDescription(description.getCurrentValue());
|
||||||
|
|
||||||
codelistMappingSession.setResourceTD(resourceDetails);
|
codelistMappingSession.setResourceTDDescriptor(resourceDetails);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CodelistMappingOperationInProgressCard
|
* CodelistMappingOperationInProgressCard
|
||||||
|
|
Loading…
Reference in New Issue