Roundup Tracker - Issues

Message1851

Author rouilj
Recipients
Date 2005-02-08.17:57:03
Message-id
In-reply-to
From the mailing list:
======
On Tue, 8 Feb 2005 11:35 am, John P. Rouillard wrote:
> While I can understand collisions on regular fields, just
> submitting a file attachment or a change note
> shouldn't be able to cause a collision since they create
> entirely new messages/links which can't collide.

Yes, since they're both just an append operation, it
should be safe to go ahead with the edit. I'd be
comfortable with this being changed - it'd make
the code a little trickier though.

> Even if you disagree that the change note/file upload's
> can't conflict, the values of the change note and file
> uploads should be preserved in the reload since there
> is no change that could be made to this issue that
> would override these fields.

You actually can't preserve a file upload over a submit, 
but you can do so with a textarea, and we should. I'd
classify the loss of the change note as a bug.

    Richard
=======

So here is the bug report 8-).

-- rouilj
History
Date User Action Args
2009-02-03 14:21:11adminlinkissue1118790 messages
2009-02-03 14:21:11admincreate