Ticket UUID: | c678f128a41210029b5bbcfd2f9ebbef06aa5fda | ||
Title: | Cannot add attachments on Windows | ||
Status: | Open | Type: | Code_Defect |
Severity: | Priority: | ||
Subsystem: | Resolution: | ||
Last Modified: | 2010-11-26 12:03:45 | ||
Version Found In: | cf178577ec | ||
Description & Comments: | |||
Running fossil on Windows.
fossil new ttt.fossil fossil ui ttt.fossil In the opened GUI, click on 'Tickets', 'New Ticket', enter information, click 'Submit'. Choose 'Attach' and choose a file (it's plaintext btw). Click on 'Add Attachment' ==> Results in display of ticket without any attachment (nor Attachment heading) listed. fossil sqlite3 ttt.fossil select * from attachment; ==> nothing The files I tried to attach are however listed under 'Admin' -> 'Log' as artifacts. If I do the same with Linux version of fossil, everything works as expected:
|