Problem/Motivation

Step to reproduce

  • Install Drupal in English
  • Add another language and enable content translation
  • Make a node type translatable and select only the title to be translatable
  • Create a node in english and add a path alias
  • Add a translation (note that the path alias is displayed from the original node)
  • Try to view the node using the path alias (only work on english)
  • Edit the translation and edit the alias
  • Try to view the node using the path alias (only work on english)

It's exptected that when the path is non translatable, that the alias should work for all translations.

I've uploaded a video illustrating the error.

Proposed resolution

We need to make it so, that the path alias works for all languages when the alias is selected as non translatable.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
path_bug_d8.mp415.64 MBgoogletorp

Comments

googletorp created an issue. See original summary.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

maxocub’s picture