Closed (fixed)
Project:
Localization server
Version:
6.x-2.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2010 at 10:27 UTC
Updated:
13 Apr 2010 at 15:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyLooks like you did not fullfill the new jquery_update module requirement which is listed on the project page and on your modules page. Please reopen if this is not the case.
Comment #2
dam commentedThank you for you answer.
No, the module was and is installed and it doesn't work out of the box. I've read the code and commenting the '#display_none'row in the module the field is shown, of course. I don't understand the logic in the code: the fields are hidden if the form_status is equal to the L10N_STATUS_ALL which is defined 0. It seems that the only way to set the form_status to something different from 0 is to add a '&status=1' in the url. Doing this I can see some fields but not all (see the attachment)
I noticed that disabling the javascripts throught FF plugin I can see all the fields.
Comment #3
gábor hojtsyAre you sure you have the 2.x branch of jQuery update properly installed and enabled as requested on the project page? There should be a "Reveal more filters" link appearing there which would show you more filters on demand. Also, all previously used filters will appear to not obscure what is happening. Here is a quick screenshot from localize.drupal.org. The revel link is put in by JavaScript, so if you have your JS broken (by not running jquery_update 2.x or with whatever else), that link will not appear.
Comment #4
dam commentedok I confirm, with the dev packages for both Localization server and Jquery Update, it works
Thank you!