View Issue Details

IDProjectCategoryView StatusLast Update
0008362mantisbttime trackingpublic2008-05-21 02:31
ReporterSergiodf Assigned Togiallu  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionduplicate 
Product Version1.1.0a4 
Summary0008362: Note text is mandatory for time tracking while closing bug
Description

When closing a bug, if time field is filled but note text is not, time is not saved with bug data.

Steps To Reproduce
  1. Time tracking must be enabled.
  2. Pick an issue of your favorite flavour.
  3. On issue details page, select closed state and click on "Change status to:" button.
  4. Fill in form with corresponding data.
  5. Ensure to fill time dedicated to close the issue.
  6. Ensure to leave blank the field for note text.
  7. Click on "Close issue" button.
  8. A page tells that all goes fine, and after a second, issue detail page is loaded again.
  9. Scroll to end of Notes box, filled time is not shown nor considered for Total time for issue. In Billing page isn't shown neither.
Additional Information

Same behavior occurs if you add a note (with time but without text) instead of close the issue.

TagsNo tags attached.

Relationships

duplicate of 0007953 closeddaryn Time Tracking assigment lost, when changing issue status without note text 
parent of 0009181 closeddaryn Port 0008362: Note text is mandatory for time tracking while closing bug 

Activities

Sergiodf

Sergiodf

2007-09-14 16:48

reporter   ~0015638

Oops, i'm sorry. This is a duplicate of bug 7953. Please mark as duplicate and close this and 7971 (still in state "new").

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