Fixed Replace Batch for view column

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@101648 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-11-19 11:22:41 +00:00
parent df16770ac4
commit adcf25c9bd
1 changed files with 5 additions and 1 deletions

View File

@ -458,8 +458,12 @@ public class ReplaceBatchPanel extends FramedPanel implements
} else {
if (column.isViewColumn()) {
Log.debug("Is View Column");
//storeShowOccurrencesType
// .add(ShowOccurrencesTypeStore.onlyErrorsElement);
storeShowOccurrencesType
.add(ShowOccurrencesTypeStore.onlyErrorsElement);
.addAll(ShowOccurrencesTypeStore.getShowOccurrencesType());
ColumnViewData cViewData = column.getColumnViewData();
RefColumn refCol = new RefColumn(String.valueOf(cViewData
.getTargetTableId()),