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