In the Navigation Block there is a link which I've managed to associate with Localization client module. Don't know what or why is it there for...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mariogalan’s picture

Yes, that link it's definitely created by l10n_client, if you disable the module, the link just disappears.

mariogalan’s picture

Version: 7.x-1.0-beta3 » 7.x-1.1
SimonLitt’s picture

I also have this issue at 7.x-1.1.

The are following row at menu_links table in the database:

  • menu_name: navigation
  • link_path: l10n_client/save
  • router_path: l10n_client/save
SebCorbin’s picture

Status: Active » Closed (cannot reproduce)

@SimonLitt : did you install 7.x-1.1 directly or upgraded from previous versions?

SebCorbin’s picture

Status: Closed (cannot reproduce) » Postponed (maintainer needs more info)

woops

SimonLitt’s picture

@SebCorbin : I directly install 1.1 version without any update.

SebCorbin’s picture

I really cannot reproduce this bug :-/

Could you try on a fresh environment and describe precisely the steps?

daften’s picture

Issue summary: View changes

I have the same issue.
I've found out why. For some reason when you first enable the l10n_update module, and then the l10n_client module, it occurs. Trying to further figure out why now :)

daften’s picture

So it's the menu_alter hook in l10n_update that inserts an entry in the menu_links table. I think it could be fixed by adding an "exists" check to the menu_alter hook for l10n_update.

daften’s picture

Project: Localization client » Localization update
Version: 7.x-1.1 » 7.x-2.x-dev

Moving to l10n_update

daften’s picture

Status: Postponed (maintainer needs more info) » Needs work
Sutharsan’s picture

Status: Needs work » Needs review
FileSize
508 bytes

I think this is what you need.

@xpound, @daften, Can anyone update the issue summary now that the problem is more clear?

Sutharsan’s picture

Status: Needs review » Fixed

No response :(

Patch committed in both 7.x-1.x and 7.x-2.x.

Status: Fixed » Closed (fixed)

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

daften’s picture

That fix was perfect.
Sorry for the non-response, gmail's new inbox structure made me miss this for follow-up.

Thanks very much for your quick response and the fix though!