Skip to content
Snippets Groups Projects
Commit 9b1f4ed6 authored by tpylak's avatar tpylak
Browse files

minor: hide experiment type by default (that's the main selection criteria)

SVN: 9650
parent 23dccb7b
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ public enum CommonExperimentColDefKind implements IColumnDefinitionKind<Experime ...@@ -37,7 +37,7 @@ public enum CommonExperimentColDefKind implements IColumnDefinitionKind<Experime
} }
}), }),
EXPERIMENT_TYPE(new AbstractColumnDefinitionKind<Experiment>(Dict.EXPERIMENT_TYPE) EXPERIMENT_TYPE(new AbstractColumnDefinitionKind<Experiment>(Dict.EXPERIMENT_TYPE, true)
{ {
@Override @Override
public String tryGetValue(Experiment entity) public String tryGetValue(Experiment entity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment