From 17a5e9b34e2f74f4767ec4f04d8f2b96fd02e54c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 17 Jan 2020 00:07:49 +0000 Subject: [PATCH] --- devdocs/todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 3e554fb5..e5a6162f 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -27,6 +27,9 @@ TODO: Make a joined table list for development - Modify all the widget related code to work with this and also populate it - Going to need to modify a lot of shit for this at the client too but it's necessary to be on the right path now - Widget list with User and their email + - Working query: + Select awidget.id as widgetid, awidget.name, auser.name, auser.id as userid, auseroptions.emailaddress from awidget left outer join auser on (awidget.userid=auser.id) left outer join auseroptions on (auser.id=auseroptions.userid) + CLIENT CUSTOM FIELDS CHANGE - Must use numeric instead of text values now