BUG 000 momentarily reverted to rc5 fro pmTables (fix)
This commit is contained in:
14
workflow/engine/templates/pmTables/data.js
Normal file → Executable file
14
workflow/engine/templates/pmTables/data.js
Normal file → Executable file
@@ -138,13 +138,13 @@ Ext.onReady(function(){
|
||||
editor = new Ext.ux.grid.RowEditor({
|
||||
saveText : _("ID_UPDATE"),
|
||||
listeners : {
|
||||
afteredit : {
|
||||
fn:function(rowEditor, obj, data, rowIndex ){
|
||||
if (data.phantom === true) {
|
||||
//store.reload(); // only if it is an insert
|
||||
}
|
||||
}
|
||||
}
|
||||
afteredit : {
|
||||
fn:function(rowEditor, obj, data, rowIndex ){
|
||||
if (data.phantom === true) {
|
||||
store.reload(); // <-- (just for old pmtables class engine) only if it is an insert
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user