i'd wanted to export the .pot for tagging Version 2.4 - for settings see screenshot.
user warning: Unknown column 't.is_suggestion' in 'order clause' query: SELECT s.sid, s.value, s.context, f.location, f.revision, l.lineno, l.type FROM l10n_server_file f INNER JOIN l10n_server_line l ON f.fid = l.fid INNER JOIN l10n_server_string s ON l.sid = s.sid WHERE f.pid = 11096 AND f.rid = 38479 ORDER BY s.sid ASC, t.is_suggestion ASC, t.time_entered DESC in /var/www/localize.drupal.org/htdocs_bzr/sites/all/modules/l10n_server/l10n_community/export.inc on line 482.
Comments
Comment #1
gábor hojtsyYeah, looks like we added some order by which should not have been there at all cases.
Comment #2
gábor hojtsyThis is now deployed on localize.drupal.org too.
Comment #3
gábor hojtsyUh, it was not actually deployed. Urm. Now it is.