Needs work
Project:
Translation Overview
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 14:50 UTC
Updated:
22 Mar 2016 at 15:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
miro_dietikerI cannot see anything about "sorting and paging" you've added.
Outdated functionality is known to be broken. That's bad, but no one found time to fix it till now.
Patch appreciated.
Comment #2
thijsvdanker commentedwoops, here's the patch with sorting and paging
Comment #3
thijsvdanker commentedComment #4
devad commentedI tried the patch...
where("(n.nid = n.tnid OR n.tnid = 0) ... ... works nice.
groupBy('n.tnid') do not work nice.
Grouping by n.tnid puts all untranslated nodes (n.tnid = 0) into one group which displays the first node with n.tnid = 0 only and all others are removed from the list.
Other parts of the patch... sorting and paging... work nice for me. Thnx thijsvdanker!
Comment #5
stefan.r commentedSetting to NW based on #4