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:
parent
adcf25c9bd
commit
93b75461b3
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue