BUG 7402 "ACTUALIZACION DE PMTABLES EN BASE DE DATOS" Solved!

- verification & validation for column name defined twice or more added
- fixed IE compaitbility for variable named length (use it cause problems in IE)
- fixed slashed added on json value posted on a ajax request, soldev adding stripslashed on server side
This commit is contained in:
Erik Amaru Ortiz
2011-08-09 15:44:55 -04:00
parent edb1d55ae4
commit 34e32f49ad
4 changed files with 52 additions and 23 deletions

View File

@@ -291,13 +291,13 @@ NewPMTableRow = function(){
}
var row = new PMRow(new props);
length = infoGrid.getStore().data.length;
len = infoGrid.getStore().data.length;
editor.stopEditing();
store.insert(length, row);
store.insert(len, row);
infoGrid.getView().refresh();
infoGrid.getSelectionModel().selectRow(length);
editor.startEditing(length);
infoGrid.getSelectionModel().selectRow(len);
editor.startEditing(len);
};
//Load PM Table Edition Row Form