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
CommentFileSizeAuthor
#1 1124286.patch1.17 KBalanburke
translation-dashboard.jpg45.96 KBgiorgosk

Comments

alanburke’s picture

Status: Active » Needs review
StatusFileSize
new1.17 KB

Missing Brackets in the query builder.

ded’s picture

I couldn't get the patch to apply but manually made the change and that sorted the issue for me.

brucepearson’s picture

patch applied, thanks.

brucepearson’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.