diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c682b509..dbbd516e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -58,7 +58,12 @@ Coded by importance 3939/3938 new datalist for Inventory role or features to satisfy reqs in those cases - + todo: decide on default columns to show and their order + todo: reporting not working, does report viewer object type being empty signify the issue? + are synthetic types not represented there? They need to be. + check the other synthetic type I copied from + are fields correct + todo: filters working? diff --git a/ayanova/src/components/data-table.vue b/ayanova/src/components/data-table.vue index a6353f17..bcaf0bfa 100644 --- a/ayanova/src/components/data-table.vue +++ b/ayanova/src/components/data-table.vue @@ -529,7 +529,8 @@ ///////////////////////////////////////////////////////////////////////////////////////////////////////////// /* Xeslint-disable */ //////////////////////////////////////////////////////////////////////////////////////////////////////////// - +//NOTE: if get duplicate keys detected error here it's because whatever is the rowid column +//has duplicate values in it and should be unique in every row const MAX_TEXT_COLUMN_LENGTH = 1024; export default { data() {