onerror : function (r) {
highlighter.editor_pane.red.play();
status_update( dojo.string.substitute( aou_strings.ERROR_SAVING_DATA, [ou_list_store.getValue( current_ou, 'name' )] ) );
+ pCRUD.disconnect();
throw 'update error';
},
oncomplete : function (r) {
onerror : function (r) {
highlighter.editor_pane.red.play();
status_update( dojo.string.substitute( aou_strings.ERROR_SAVING_DATA, [ou_list_store.getValue( current_ou, 'name' )] ) );
+ pCRUD.disconnect();
throw 'begin error';
},
oncomplete : function (r) {