View Issue Details

IDProjectCategoryView StatusLast Update
0017407mantisbtbugtrackerpublic2014-12-05 18:33
Reporterdregad Assigned Todregad  
PrioritylowSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.17 
Target Version1.2.18Fixed in Version1.2.18 
Summary0017407: Missing error param when updating project doc
Description

When attempting to update an existing project document with an empty Title, the error message does not indicate which field is required.

TagsNo tags attached.

Activities

dregad

dregad

2014-06-03 08:11

developer   ~0040732

Pull request for review https://github.com/mantisbt/mantisbt/pull/204

Related Changesets

MantisBT: master-1.2.x 76da88a3

2014-06-03 04:08

dregad


Details Diff
Add error param when updating project doc with empty title

Added missing error_parameter() call so that when attempting to update
an existing project document with an empty Title, the error message
indicates which field is required.

Fixes 0017407
Affected Issues
0017407
mod - proj_doc_update.php Diff File

MantisBT: master 6c29fff9

2014-06-03 04:08

dregad


Details Diff
Add error param when updating project doc with empty title

Added missing error_parameter() call so that when attempting to update
an existing project document with an empty Title, the error message
indicates which field is required.

Fixes 0017407

Porting 0bea0a0faa14b822e7706a71c3ab7fdd6fad5a13 to master
Affected Issues
0017407
mod - proj_doc_update.php Diff File