From 4871bd2b4f385eb76490ae36f4c9e700faf6a204 Mon Sep 17 00:00:00 2001 From: marcelo Date: Fri, 12 Apr 2013 10:47:05 -0400 Subject: [PATCH] BUG 11086 "Rows are being ignored after adding them next to an empty row" SOLVED -When you try to add a row into a pmTable, if you leave an empty row the next added rows are being ignored and not saved. -Solved, The final user cant leave a row without at least the primary keys columns filled up, to be saved. --- workflow/engine/templates/pmTables/data.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/workflow/engine/templates/pmTables/data.js b/workflow/engine/templates/pmTables/data.js index 2107a9376..1d243f4ee 100755 --- a/workflow/engine/templates/pmTables/data.js +++ b/workflow/engine/templates/pmTables/data.js @@ -89,6 +89,11 @@ Ext.onReady(function(){ _fields.push({name: _idProperty}); for (i=0;i