mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] assign id on row in order to find it back in all cases
This commit is contained in:
@@ -175,6 +175,8 @@ openerp.web_widget_x2many_2d_matrix = function(instance)
|
||||
if(cached_row.id == row.id)
|
||||
{
|
||||
row = cached_row.values;
|
||||
// new rows don't have that
|
||||
row.id = cached_row.id;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user