mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-07 19:05:22 +02:00
Fix bugs in issue dashboard stats (#3073)
This commit is contained in:
parent
fabf3f2fc2
commit
4c9341f689
7 changed files with 224 additions and 55 deletions
|
@ -47,6 +47,8 @@
|
|||
content: content for the fourth issue
|
||||
is_closed: true
|
||||
is_pull: false
|
||||
created_unix: 946684830
|
||||
updated_unix: 978307200
|
||||
|
||||
-
|
||||
id: 5
|
||||
|
@ -57,6 +59,9 @@
|
|||
content: content for the fifth issue
|
||||
is_closed: true
|
||||
is_pull: false
|
||||
created_unix: 946684840
|
||||
updated_unix: 978307200
|
||||
|
||||
-
|
||||
id: 6
|
||||
repo_id: 3
|
||||
|
@ -68,5 +73,5 @@
|
|||
is_closed: false
|
||||
is_pull: false
|
||||
num_comments: 0
|
||||
created_unix: 946684800
|
||||
created_unix: 946684850
|
||||
updated_unix: 978307200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue