Minor update

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

View File

@ -218,9 +218,11 @@ public class ReplaceBatchPanel extends FramedPanel implements
comboShowOccurrencesType.setTypeAhead(true);
comboShowOccurrencesType.setEditable(false);
comboShowOccurrencesType.setTriggerAction(TriggerAction.ALL);
comboShowOccurrencesType
.setValue(ShowOccurrencesTypeStore.onlyErrorsElement);
toolBarHead.add(comboShowOccurrencesType);
if (!column.isViewColumn()) {