Skip to content

Fix for bug in Action Item list screen: SQL syntax error when there are

decentral1se requested to merge jogwen:action_items__action_list_fix into action_items

Created by: jogwen

1 or more Action Items in system. Cause was a .extra() containing a sqlite-compatible 'DATE()', which is not compatible with MySQL. Could fix for MySQL, but this may or may not break for sqlite, so need to avoid use of .extra() if possible.

Merge request reports

Loading