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

Merged
merged 3 commits into from
Jun 25, 2022
Merged

Commits on Jun 24, 2022

  1. Fix remove file on initial comment

    - 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
    6e22707 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
    9e75aa1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into store-file-uuid

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