This commit is contained in:
2020-01-17 00:07:49 +00:00
parent a31aa3f991
commit 17a5e9b34e

View File

@@ -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