mirror of https://github.com/go-gitea/gitea
render plain text file if the LFS object doesn't exist (#31812)
We had an issue where a repo was using LFS to store a file, but the user did not push the file. When trying to view the file, Gitea returned a 500 HTTP status code referencing `ErrLFSObjectNotExist`. It appears the intent was the render this file as plain text, but the conditional was flipped. I've also added a test to verify that the file is rendered as plain text.pull/30755/merge
parent
7569a470fb
commit
1310649331
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@ |
||||
73cf03db6ece34e12bf91e8853dc58f678f2f82d |
||||
e9c32647bab825977942598c0efa415de300304b |
||||
|
Loading…
Reference in new issue