Pager returns to the first page after save
duckzland - May 31, 2009 - 08:21
| Project: | Translation table |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When I am using the 1.0-beta1 version, the pagination works and displayed on the bottom page of the translation table page, but the bug is when the next button is clicked sometimes its display an error complaining about url is too long (apache error page).
Now, after upgrading to 1.0-rc1 the pagination is missing, and only display the first page of the translation table content.
I really like the module since it's cuts down the time needed to do a full translation for a drupal site, but this fatal bug is rendering the module useless.
cheers,
duckz

#1
the limit was increased to 50, so there are now 50 items on one page. How many items do you see?
#2
yes, the pager is not rendered
#3
#4
Yes I got exactly 50, as I know it is supposed to be more.
Should I use the dev version to resolve this?
Thanks.
#5
it's not fixed yet. The issue is harder than I first thought. Will try to fix it this week..
#6
Hi Pasqualle, Any news about the fix for the missing pagination?.
#7
subscribed
#8
http://drupal.org/cvs?commit=223404
should be fixed, please test the next dev release
#9
I tested the 10 june dev version, the result:
The menu translator did show the pager.
The content type didnt show any pager, I don't know if this is by design or not as I don't know if this is supposed to list content type or built-in interface?.
If it supposed to view built-in interface then the pagination is not working but if this is just for content type then I supposed it works or I dont have enough string for content type to show pagination.
My translation overview status :
Built-in : 6293/9572 (65.74%)
Content-type : 0/43 (0%)
Is it possible to have another tab for built-in translation string search?
Anyway, Thanks for the great module, I can translate the menu in a breeze now.
Duckz
#10
the pager is only shown with list which have more than 50 items..
the string search is in Drupal core, and I do not plan to duplicate functionality.. But if you have a suggestion for improvements (like putting a link somewhere for the search), then please create a new feature request..
#11
well I guess the module is working perfectly then, I know the drupal string search capability but as you may also know its a pain in the neck to use not to mention the bandwidth wasting overhead to refresh every string that user wish to translate :) . if they implemented nice translate box in every string like your module it would be a great feature.
#12
The pagination in rc2 works great, except that after clicking "save" I am always returned to the first page of results.
#13
I am not sure if I can fix that. The pager works same as pagers on other admin pages..
#14