-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
issue/duplicateThe issue has already been reported.The issue has already been reported.
Description
- Gitea version (or commit ref): 1.9.4 built with GNU Make 4.2.1, go1.12.10 : bindata, sqlite, sqlite_unlock_notify
- Git version: 2.22.0
- Operating system: Docker
- Database (use
[x]
):- PostgreSQLMySQLMSSQLSQLiteTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)NoNot relevantTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Log gist:
Description
When you delete a release the attachments are not deleted. It's correct?
my app.ini:
[attachment]
PATH = /data/gitea/attachments
ALLOWED_TYPES = application/x-zip-compressed|application/zip|application/x-compressed-tar|application/x-gzip
Metadata
Metadata
Assignees
Labels
issue/duplicateThe issue has already been reported.The issue has already been reported.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
jolheiser commentedon Feb 5, 2020
This was fixed by #6068 for
1.10.x
so updating should fix the problem. 😄