View Issue Details

IDProjectCategoryView StatusLast Update
0015833mantisbtapi soappublic2013-05-10 05:19
Reportersmartmantis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0015833: if the reporter deleted, return without name
Description

for example it's cause error in mantistouch:
8: Undefined property: stdClass::$name
File: /home/support/domains/m.support.overmind/public_html/views/issue.phtml
Line: 81

But i think it's better if we handle it in the API:
soap/mc_account_api.php

patch:
if( user_exists( $p_user_id ) ) {
.......
}
else {
$t_result['name'] = lang_get( 'prefix_for_deleted_users' ) . (int) $p_user_id;
}

TagsNo tags attached.

Activities

There are no notes attached to this issue.