This commit is contained in:
@@ -55,6 +55,12 @@ todo: v8 migrate additions
|
||||
|
||||
## CLIENT MISC ITEMS
|
||||
|
||||
todo: cleanup unnecessary use of a ayatype access inside the Methods of objects as it's now available in vue via main object,
|
||||
e.g. where you see this: ayaTypes().XXXX you can replace it directly with this: $ay.ayt().XXXX and then REMOVE completely the ayaTypes() method in the vm of that object
|
||||
todo: use const, not let unless need to reassign the variable
|
||||
Going to need a case by case through all uses but it's a very important precaution so code it that way now for all new code
|
||||
|
||||
|
||||
todo: gzdecimal triggering dirty just by clicking into and out of a field witha value in it.
|
||||
also, it sometimes shows without the decimal then with the decimal for editing then without, it's crazy
|
||||
the decimal thing is probbly what's triggering the dirty change.
|
||||
|
||||
Reference in New Issue
Block a user