Ticket Change Details
Not logged in
Overview

Artifact ID: 9f370973c4854b079885d342b16912afb25ff356
Ticket: c678f128a41210029b5bbcfd2f9ebbef06aa5fda
Cannot add attachments on Windows
User & Date: anonymous 2010-11-26 12:03:45
Changes

  1. comment changed to:
    Running fossil on Windows.
    
    <verbatim>
    fossil new ttt.fossil
    fossil ui ttt.fossil
    </verbatim>
    
    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.
    
    <verbatim>
    fossil sqlite3 ttt.fossil
    select * from attachment; ==> nothing
    </verbatim>
    
    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:
      *  Viewing a ticket with attachments show Attachments heading and attachments
      *  select * from attachment; ==> list of attachments
    
  2. foundin changed to: "cf178577ec"
  3. private_contact changed to: "75ccf14dca62728f6b2e151da4674a92b78e0e94"
  4. status changed to: "Open"
  5. title changed to: "Cannot add attachments on Windows"
  6. type changed to: "Code_Defect"