Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remove file on initial comment (#20127) #20128

Merged
merged 2 commits into from
Jun 25, 2022

Commits on Jun 24, 2022

  1. Fix remove file on initial comment (go-gitea#20127)

    - Backport go-gitea#20127
      - Store the file uuid(which is returned by Gitea in the upload file response) onto the file object, so it can be used for the remove feature to specify this file.
      - Resolves go-gitea#20115
    Gusted committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f7bb744 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Extend fix

    Gusted committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    36f1ddf View commit details
    Browse the repository at this point in the history