Skip to content

Commit

Permalink
Fix reloadAfterSubmit to be executed in case of local datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Jul 20, 2011
1 parent d0f9f74 commit 5e53614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grid.formedit.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ $.jgrid.extend({
postdata[n] = $.jgrid.htmlDecode(v); postdata[n] = $.jgrid.htmlDecode(v);
}); });
} }
rp_ge[$t.p.id].reloadAfterSubmit = rp_ge[$t.p.id].reloadAfterSubmit && $t.p.datatype != "local"; //rp_ge[$t.p.id].reloadAfterSubmit = rp_ge[$t.p.id].reloadAfterSubmit && $t.p.datatype != "local";
// the action is add // the action is add
if(postdata[oper] == opers.addoper ) { if(postdata[oper] == opers.addoper ) {
//id processing //id processing
Expand Down

0 comments on commit 5e53614

Please sign in to comment.