View Issue Details

IDProjectCategoryView StatusLast Update
0007971mantisbttime trackingpublic2008-05-21 02:29
Reporterbrody Assigned Togiallu  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.1.0a3 
Summary0007971: time tracking information only saved on added comment
Description

Hi,
if you give no comment (to an issue) i.e. on changing the state from open to resolved, the time tracking value gets lost

Steps To Reproduce

As developer: go to an open issue, change the state and click adequate button. You get the confirmation page for that action containing besides well known fields a time tracking field. Fill the time tracking field, but no comment and the other fields adequately. Send the state change by clicking the button.

Result: The issue state changes, no comment occurs and the time tracking value gets lost. In my case I often close issues without any additional comment, so the time tracking should available also without commenting the change

TagsNo tags attached.

Relationships

duplicate of 0007953 closeddaryn Time Tracking assigment lost, when changing issue status without note text 
parent of 0009180 closeddaryn Port 0007971: time tracking information only saved on added comment 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master bda0f406

2008-04-21 13:28

daryn


Details Diff
Fix bug 0007953, 0007971, 0008362, 0008647, 0008509
Moved checks for adding a bugnote into the bugnote add function.
Added configuration option for allowing adding time tracking
without bugnote text. This defaults to ON. Moved email on adding
a bugnote into the bugnote add function with a parameter to specify
whether an email should be sent or not. Defaults to send email. Updated
calls to bugnote add to prevent sending the email in cases where an email is
already being sent.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5187 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0007953, 0007971, 0008362, 0008509, 0008647
mod - bugnote_add.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/bug_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - bug_update.php Diff File
mod - bug_reminder.php Diff File
mod - core/bugnote_api.php Diff File