File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,11 @@ This code is tested using gerrit=3.8 and the gerrit version used on
31
31
32
32
Jan 2025:
33
33
34
- * Remove support for setting the assignee in ` gerrit-upload `
35
- * Remove support for displaying and the asignee in the gerrit dashboard
34
+ * Display section header-line in dashboard in first and not in second
35
+ column.
36
+ * Remove support for setting the assignee in ` gerrit-upload ` .
37
+ * Remove support for displaying and the asignee in the gerrit
38
+ dashboard.
36
39
37
40
March 2024:
38
41
Original file line number Diff line number Diff line change @@ -1059,13 +1059,12 @@ locally and is referenced in
1059
1059
; ; gerrit-dashboard-query-alist is 1 and (car conscell) is
1060
1060
; ; nil
1061
1061
(if (car conscell)
1062
- (append acc `((nil [" "
1063
- ,(propertize
1062
+ (append acc `((nil [,(propertize
1064
1063
(format " %s (%d )" (car conscell) (length section-data))
1065
1064
'face 'gerrit-section )
1066
1065
; ; is there an easier way to add len(columns)-2 times ""?
1067
1066
,@(seq-map (lambda (_ ) " " ) (number-sequence
1068
- 2 (1- (length gerrit-dashboard-columns))))]))
1067
+ 1 (1- (length gerrit-dashboard-columns))))]))
1069
1068
section-data)
1070
1069
; ; don't display a header line
1071
1070
(append acc section-data))))
You can’t perform that action at this time.
0 commit comments