1. when in a group, widget type for calendar widgets shows time even if SQL field is date (not datetime) or even if widget:showsTime=0 is set in fields.ini
2. delete trigger fails (does not trigger) when it is sequentially the first method of 3 methods (ie. after afterInsert and afterUpdate), but works when it is the first function in the delegate class.
3. if a field is set to autocomplete in fields.ini, using a valuelist based on a sql table, and if the value in that field is something other than a value from that table (ie. was externally populated), then the field shows as blank in list view, even though it shows correctly in details view