NTDLS / TightWiki

The flexible and customizable Wiki Platform written in c# using aspnet core and SQLite. Runs on Windows, Linux, and Mac with zero upfront configuration.
MIT License
18 stars 2 forks source link

Page file attachment deletion. #29

Closed NTDLS closed 3 weeks ago

NTDLS commented 2 months ago

Deleting a page file attachment should simply de-associate the file attachment with the current page/revision. It should not delete the actual PageFile, nor the PageFileRevision.

NTDLS commented 3 weeks ago

Implemented, "delete" is now "detach" which have to be purged via admin tools.