View Issue Details

IDProjectCategoryView StatusLast Update
0015937MantisTouchGeneralpublic2013-11-04 01:19
Reportersmartmantis Assigned Tovboctor  
PrioritynormalSeveritytextReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version1.2.3 
Summary0015937: add note error message: "Note could not be deleted."
Description

just a small text issue on the add note page when you can't add a note:
"Note could not be deleted."

Steps To Reproduce

it appear when you want add note to a resolved issue (if it's prohibited in the mantis conf.)

Additional Information

patch:
note_add.php: lines 33 and 36 we can define a new opt value:
http_header_redirect( 'issue_page.php?id=' . $f_issue_id . '&opt=5' );

issue_page.php: in the f_opt_id switch add a new case:
case 5:
$g_view['error_msg'] = 'Note could not be added.';
break;

TagsNo tags attached.

Activities

vboctor

vboctor

2013-05-30 01:44

manager   ~0037005

Thanks for the issue reports + suggested patches.