go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.64k stars 5.45k forks source link

Edit issue is not working in 1.17.0 #20767

Closed timbze closed 2 years ago

timbze commented 2 years ago

Description

I just updated Gitea from 1.16.9 to 1.17.0 and now I can no longer edit my issues.

The first time I click "Edit", nothing happens. The second time it changes to text box so I can edit, but clicking Cancel or Save does nothing.

I don't know if this can be reproduced on the demo site because I'm not getting an email to finish signing up.

Gitea Version

1.17.0

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

https://gist.github.com/timbze/0966c073b6c9b6951abd3243c449664d

Screenshots

No response

Git Version

Whatever is in docker image gitea/gitea:1.17.0

Operating System

Docker on Ubuntu 22.04

How are you running Gitea?

Docker image: gitea/gitea:1.17.0 Together with postres:14

Database

PostgreSQL

wxiaoguang commented 2 years ago

Maybe you are affected by the cache problem.

Please clear your browser cache and retry.

timbze commented 2 years ago

Thank you @wxiaoguang, I'm guessing that will have been it. When I tried now it works, even before clearing cache, but I'm guessing the cache probably expired and so now it's good.