Fixed the utf-8 problems when storing json arrays on the server by using manual encoding. The json-encode function sucks for this project. Added step detail edit screen instead of on grid cell editing. This must go into the product and recipe editors too.

Sun, 27 Jan 2019 17:39:53 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Jan 2019 17:39:53 +0100
changeset 216
fda7286871f2
parent 215
83cee005d2d9
child 217
318aab371497

Fixed the utf-8 problems when storing json arrays on the server by using manual encoding. The json-encode function sucks for this project. Added step detail edit screen instead of on grid cell editing. This must go into the product and recipe editors too.

README.design file | annotate | diff | comparison | revisions
--- a/README.design	Sun Jan 27 17:39:26 2019 +0100
+++ b/README.design	Sun Jan 27 17:39:53 2019 +0100
@@ -40,7 +40,7 @@
 inventory_suppliers		Ok.	Ok.		Ok.	Ok.	Ok.	Ok.
 inventory_water			Ok.	Ok.		Ok.	Ok.	Ok.	Ok.
 inventory_yeasts		Ok.	Ok.		Ok.	Ok.	Ok.	Ok.
-profile_mash                    Ok.     Ok.
+profile_mash                    Ok.     Ok.		Ok.	Ok.	Ok.	Ok.
 profile_profiles		Ok.	Ok.			Ok.
 profile_styles                  Ok.     Ok.
 profile_water                   Ok.     Ok.		Ok.	Ok.	Ok.	Ok.

mercurial