"Menu link enabled only for the English language" checkbox only shows up on edit; not create.

I'm running wetkit-7.x-1.x at commit 13c3847.

Steps to reproduce

  1. Install a fresh copy of wetkit. Do not import demo content.
  2. Log in as the super-administrator.
  3. Navigate to en/node/add/wetkit-page.
  4. Expand the "Menu options" fieldset near the bottom of the page and check "Provide a menu link".
  5. Note that the "Menu link enabled only for the English language" checkbox is missing from the "Menu options" fieldset.

Expected functionality

  • There is a checkbox in the "Menu options" fieldset that says "Menu link enabled only for the English language".

Notes

This checkbox appears when you edit an existing node.

CommentFileSizeAuthor
#4 2133275.patch573 bytesstefan.r
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sylus’s picture

I am pretty sure this is core entity translation behavior and this issue should be moved that queue.

Does this make sense?

sylus’s picture

Status: Active » Postponed (maintainer needs more info)
mparker17’s picture

Project: Web Experience Toolkit (7.x) » Entity Translation
Component: WetKit Menu » Menu integration
Status: Postponed (maintainer needs more info) » Active

Makes sense to me! I've confirmed that string comes from that module...

mparker17@mcomp7:Projects/test_wetkit % rgrep 'Menu link enabled only for the ' .
./profiles/wetkit/modules/contrib/entity_translation/entity_translation_i18n_menu/entity_translation_i18n_menu.module:174:        '#title' => t('Menu link enabled only for the %language language', array('%language' => $language_name)),

Entity translation maintainers: wetkit is using entity_translation-7.x-1.x at revision a4475e5 with the following two patches applied:

stefan.r’s picture

Priority: Normal » Major
Status: Active » Needs review
FileSize
573 bytes