www/js/rec_edit.js

changeset 340
fa4eb830c151
parent 336
3323b02c1bbe
child 343
82184e3be6d9
--- a/www/js/rec_edit.js	Mon Apr 01 19:57:34 2019 +0200
+++ b/www/js/rec_edit.js	Thu Apr 18 21:26:06 2019 +0200
@@ -3412,6 +3412,10 @@
 		$("#mashGrid").jqxGrid('sortby', 'step_temp', 'asc');
 	});
 	$("#wstep_name").jqxInput({ theme: theme, width: 320, height: 23 });
+	$("#wstep_name").on('change', function (event) {
+                var rowdata = $("#mashGrid").jqxGrid('getrowdata', mashRow);
+                rowdata.step_name = event.args.value;
+        });
 	$("#wstep_type").jqxDropDownList({
 		theme: theme,
 		source: MashStepTypeAdapter,

mercurial