diff --git a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/batch/ReplaceBatchPanel.java b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/batch/ReplaceBatchPanel.java index 1d275c2..6c7b49a 100644 --- a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/batch/ReplaceBatchPanel.java +++ b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/batch/ReplaceBatchPanel.java @@ -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()) {