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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user