From ebcc96f6cb69c452da1cd3539a20149b31c9a251 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 29 Dec 2021 19:53:18 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7fd7682b..8493bfd4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -881,7 +881,8 @@ BUILD 8.0.0-beta.0.8 CHANGES OF NOTE - Removed maximum limit for AYANOVA_REPORT_RENDERING_TIMEOUT setting (was 15 minutes), kept minimum 1 minute, updated docs - Report rendering speed up optimization, found a way to that prevent a re-render in the browser that was happening due to style change previously it appeared that the only option was adding style *after* generated html content but found a way that works to insert it *with* the html content so it prevents a render cycle - +- Noticed the service dispatch report has a syntax error in it's CSS, there is a comment line with a // for single line comment but this is not valid CSS the only valid CSS comment is a /* */ block on it's own line + It doesn't seem to break anything but I'm not sure if that is always the case better safe than sorry so if you know of any others please fix them up