How to reproduce:
- Go to http://localize.drupal.org/translate/languages/nl/view (for example)
- Enter Content Construction Kit (CCK) in Project field
- Press Filter
- notice the display does NOT filter your results.
- Now enter Content Construction Kit (CCK) in Project field again (do not press Filter)
- quickly enter Views
- wait
- Javascript error too big for my screen! (see attatched screenshot)

CommentFileSizeAuthor
Screenshot.png188.01 KBalexanderpas

Comments

gábor hojtsy’s picture

I can reproduce the CCK project not actually filtering for that project. Seems like it does not actually find the project in the lookup.

I could not reproduce the JS error (which is a 404 page not found page if you look at the markup).

gábor hojtsy’s picture

Project: Drupal.org infrastructure » Localization server
Version: » 6.x-1.x-dev
Component: localize.drupal.org » Code
Assigned: Unassigned » gábor hojtsy
Status: Active » Fixed

The project lookup is in error. The code generalization we did recently now only allows project names which equal the uri to be looked up. Not good :) I'm just applying this patch to the l10n_Server source code and seeing how can I deploy this as soon as possible.

gábor hojtsy’s picture

Also deployed on localize.drupal.org, so should be fixed! Thanks for the report.

Status: Fixed » Closed (fixed)

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