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)
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 188.01 KB | alexanderpas |
Comments
Comment #1
gábor hojtsyI 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).
Comment #2
gábor hojtsyThe 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.
Comment #3
gábor hojtsyAlso deployed on localize.drupal.org, so should be fixed! Thanks for the report.