forked from kevadesu/forgejo
fix bug on issue view when not login (#1624)
* fix bug on issue view when not login * hide issue watch when not login * update the tests * fix test on issue
This commit is contained in:
parent
61b08b5c01
commit
e31c02d4bf
4 changed files with 52 additions and 10 deletions
15
models/fixtures/repo_unit.yml
Normal file
15
models/fixtures/repo_unit.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
-
|
||||
id: 1
|
||||
repo_id: 1
|
||||
type: 1
|
||||
index: 0
|
||||
config: "{}"
|
||||
created_unix: 946684810
|
||||
|
||||
-
|
||||
id: 2
|
||||
repo_id: 1
|
||||
type: 2
|
||||
index: 0
|
||||
config: "{}"
|
||||
created_unix: 946684810
|
Loading…
Add table
Add a link
Reference in a new issue