e2e translations and about form
This commit is contained in:
@@ -49,28 +49,8 @@ CURRENT TODOs
|
||||
|
||||
@@@@@@@@@@@ ROADMAP STAGE 2:
|
||||
|
||||
GRID ERROR:Price first column multiple records with price the same, value should not be used as a key WTF?
|
||||
BUG is that records generation is putting the value of the column as the ID of the column
|
||||
This was triggered by editing the datafilter and putting price as the first column, apparently the datagrid assumes column 0 is always the ID column
|
||||
So actually this may need a more deterministic way to identify the rowid like picklist does
|
||||
|
||||
Vue warning:
|
||||
Duplicate keys detected: '123.45'. This may cause an update error.
|
||||
trace:
|
||||
|
||||
found in
|
||||
|
||||
---> <GzDataTable> at src/components/gz-data-table.vue
|
||||
<Widgets> at src/views/widgets.vue
|
||||
<VContent>
|
||||
<VApp>
|
||||
<App> at src/App.vue
|
||||
<Root>
|
||||
|
||||
todo: de-var-ification
|
||||
- use const for unchanging values, let everywhere else, no var anywhere and test out before moving on
|
||||
|
||||
todo: add tests for the following:
|
||||
- alternate language login works
|
||||
- About form displays critical info
|
||||
- Help link goes where it should
|
||||
- datagrid
|
||||
|
||||
Reference in New Issue
Block a user