From 0882e19c102f1d62ca5844737d3a79da71eedc7e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 9 Mar 2021 21:55:05 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f64583a8..090030d6 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -95,6 +95,7 @@ taxcode form has default of .05 in taxa, change to zero Tag extension should have tag picker instead of empty field in cases where you are picking from existing tags Tag extension to report results of operation? i.e. how many tags deleted etc Tag extension or any extension refresh main data table it was run from after operation (so can see results) automatically +Default warehouse try to enter a tag bombs with error likely due to read only nature of default or missing the empty array maybe in it's record? (though tags is supposed to handle that now?!?) ..... @@ -1159,6 +1160,7 @@ Warehouses ******************* Error occurs when attempt to place cursor in Tags field in the warehouse labeled "Default" Vue error: Error - Name:TypeError, Message:Cannot read property 'some' of null info: render STACK: TypeError: Cannot read property 'some' of null at offerAdd (https://test.helloayanova.com/js/app.5b32d682.js:1:134141) at o.tn (https://test.helloayanova.com/js/app.5b32d682.js:1:132290) at o.t._render (https://test.helloayanova.com/js/chunk-vendors.80454369.js:7:23733) at o.i (https://test.helloayanova.com/js/chunk-vendors.80454369.js:7:27824) at ni.get (https://test.helloayanova.com/js/chunk-vendors.80454369.js:7:30684) at ni.run (https://test.helloayanova.com/js/chunk +[I'll check into it, default is semi read-only, probably some conflict there] Also too - Default warehouse had NO original tags added during sample data seeding. NOW that I did add tags, saved, and then removed the tags, now "zone2" is ALSO automatically being saved to it even though don't want any tags.