From 08b30293a3bec26caf0e4eeb30b25a490cd2f519 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 24 Dec 2020 20:27:46 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 --- ayanova/src/components/gz-data-table.vue | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c62f79e7..7680c400 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -14,9 +14,6 @@ todo: v8 MIGRATE do not export empty strings, do null instead confirm whatever method I use works for certain -todo: All biz objects getasync should be notracking? - or would thast fuck up internal ops like batch jobs or duplicate? - todo: db consistency check should also check for the stored procedures / functions as they are critical todo: AyaFormFieldDefinitions looking a little suspect now as it gets huge. diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 810ac024..6d761f10 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -782,6 +782,9 @@ function buildRecords(listData, columndefinitions) { timeZoneName, languageName ); + if (!window.$gz.locale.dateIsPast(column.v)) { + cstStyle = { "font-weight": "bold" }; //warning, don't put a semicolon after the style or it will not work + } break; case 3: //time only display = window.$gz.locale.utcDateToShortTimeLocalized(