summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2022-02-08 07:47:54 +0300
committerBonfaceKilz2022-02-08 07:47:54 +0300
commit9e0eedc9f66b3893878a2cb1f7ddaaa696929027 (patch)
tree2d66dc9b1fb524104feb4d83628765fa776efcd1
parent040c40a9369b58c20246a302de0e7d76a7064cdb (diff)
downloadgn-gemtext-9e0eedc9f66b3893878a2cb1f7ddaaa696929027.tar.gz
issues: Add new issue related to data uploader
-rw-r--r--issues/zero-repr-in-data-upload.gmi18
1 files changed, 18 insertions, 0 deletions
diff --git a/issues/zero-repr-in-data-upload.gmi b/issues/zero-repr-in-data-upload.gmi
new file mode 100644
index 0000000..b283add
--- /dev/null
+++ b/issues/zero-repr-in-data-upload.gmi
@@ -0,0 +1,18 @@
+## Tags
+
+* assigned: bonfacem
+
+### Introduction
+
+When editing data, given the following data:
+
+```
+Strain Name,Value,SE,Count
+BXD1,18.8,19.7,x
+```
+
+When editing either the "Value", "SE", or "Count" fields to a "0", in
+gn2 the value still remains as "x" and isn't updated in the database.
+
+Also, ATM you cannot edit a value to "x", which is similar to removing
+a field in the database.