After upgrading to version 6.x.2-0-beta1 I can't find anymore the search form filter in the translation interface. I can't see the untranslated sentences and I can't search into the content.

Do I miss something?

CommentFileSizeAuthor
#3 LDO.png57.1 KBgábor hojtsy
#2 screen2.png13.03 KBdam
screenshot_drupal_translation.png28.63 KBdam

Comments

gábor hojtsy’s picture

Category: bug » support
Status: Active » Fixed

Looks 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.

dam’s picture

Status: Fixed » Active
StatusFileSize
new13.03 KB

Thank 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.

gábor hojtsy’s picture

StatusFileSize
new57.1 KB

Are 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.

dam’s picture

Status: Active » Closed (fixed)

ok I confirm, with the dev packages for both Localization server and Jquery Update, it works

Thank you!