BUG 10205 Al adicionar una nueva nota a un caso, el numero... SOLVED
- The title of case not is shown. - was add valitation for title default.
This commit is contained in:
@@ -75,6 +75,10 @@ class AppProxy extends HttpProxyController
|
||||
$appNotes = new AppNotes();
|
||||
$response = $appNotes->getNotesList( $appUid, '', $httpData->start, $httpData->limit );
|
||||
|
||||
require_once ("classes/model/Content.php");
|
||||
$content = new Content();
|
||||
$response['array']['appTitle'] = $content->load('APP_TITLE', '', $appUid, SYS_LANG);
|
||||
|
||||
return $response['array'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user