Fix initial clearing of table when size is disabled
Change-Id: I28874c78d75b2fd45cb4d19d3429ca01f390d735
This commit is contained in:
@@ -63,7 +63,7 @@ public class ChangeTable2 extends NavigationTable<ChangeInfo> {
|
||||
|
||||
public ChangeTable2() {
|
||||
super(Util.C.changeItemHelp());
|
||||
columns = BASE_COLUMNS;
|
||||
columns = useNewFeatures ? BASE_COLUMNS : BASE_COLUMNS - 1;
|
||||
labelNames = Collections.emptyList();
|
||||
|
||||
if (Gerrit.isSignedIn()) {
|
||||
|
||||
Reference in New Issue
Block a user