Posted by thijsvdanker on February 1, 2012 at 2:50pm
2 followers
| Project: | Translation Overview |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Expected behavior:
Filter on 'outdated translation' shows me all the nodes that are marked as outdated
Currently it shows... nothing. Maybe my expectations are wrong and this is working as designed though :)
I've added a patch that changes a WHERE clause to a group by (couldn't figure out why there was a WHERE there, maybe this is the functionality I'm not grasping).
Also added sorting and paging in the process.
| Attachment | Size |
|---|---|
| translation_overview-filter-and-sorting-fix.patch | 603 bytes |
Comments
#1
I 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.
#2
woops, here's the patch with sorting and paging
#3