View Ticket
Not logged in
Ticket UUID: c858c4178bfe540131fb3cbdb09bb4ef08cd4920
Title: Potential wrong commit comment shown at anchestors at /vinfo page.
Status: Fixed Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: one Resolution: Open
Last Modified: 2008-08-14 16:19:59
Version Found In: 4b56350ecb
Description & Comments:
If you enter for instance the info page of 4c78a18ad2 and look under Ancestors for revision ac392fbba6 you will find, that the commit comment displayed under Ancestors for that revision is the original commit comment and not the comment property that was set to change/correct the comment of said revision.

chi added on 2008-08-14 16:19:59:
Three places in code where the comment was fetched from the DB preferred the original comment over the edited one. But all other places elsewhere do correctly prefer the edited over the original. For the field user all occurrences prefer the edited user over the original one.

I corrected the three occurrences!