BUG 0000 Movig old notes proxy controller to appProxy.php

This commit is contained in:
Erik Amaru Ortiz
2011-09-21 12:48:55 -04:00
parent 412f887dec
commit c88e462b6f
3 changed files with 99 additions and 102 deletions

View File

@@ -13,7 +13,7 @@ function openCaseNotesWindow(appUid,modalSw){
var loadSize=10;
var storeNotes = new Ext.data.JsonStore({
url : '../caseProxy/getNotesList?appUid='+appUid,
url : '../appProxy/getNotesList?appUid='+appUid,
root: 'notes',
totalProperty: 'totalCount',
fields: ['USR_USERNAME','USR_FIRSTNAME','USR_LASTNAME','USR_FULL_NAME','NOTE_DATE','NOTE_CONTENT'],
@@ -219,7 +219,7 @@ caseNotesWindow = new Ext.Window({
Ext.getCmp('caseNoteText').reset();
statusBarMessage( _('ID_CASES_NOTE_POSTING'), true);
Ext.Ajax.request({
url : '../caseProxy/postNote' ,
url : '../appProxy/postNote' ,
params : {
appUid:appUid,
noteText:noteText