in admin/content/translation-management/dashboard
1) clicking on type options (dropdown) status gets checked (the two are connected ???!!!!)
2) checking both status:published and type:page leads to a user warning with no results
see also attached image
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= 0 AND n.type = ''' at line 1 query: SELECT n.nid, n.type, n.language, n.status, n.title FROM node n WHERE language='page' AND n. = 0 AND n.type = '' in on
Comments
Comment #1
alanburke commentedMissing Brackets in the query builder.
Comment #2
ded commentedI couldn't get the patch to apply but manually made the change and that sorted the issue for me.
Comment #3
brucepearson commentedpatch applied, thanks.
Comment #4
brucepearson commented