@ramesh.tellamekala

Account created on 10 October 2018, about 6 years ago
#

Recent comments

This error is thrown under the following circumstances in a multilingual site:

  1. Site have content translation, moderation enabled.
  2. User creates a node and sets the language to German.
  3. User updates the node and set the language to English.

Facing same issue in user login page. User login redirection missing fragment value.

Example: http://local.test.site/user/login?destination=/test/page#test_tag

Applied #2 patch, but still fragment value got missed in user login redirection.

Scenario 1: I am unable to fetch fragment value from url. Tried below scenarios to fetch fragment value.
1. \Drupal::request()->request->all(); => Fragment value empty
2. \Drupal::request()->query->all(); => Fragment value empty
Is there any way to get fragment value from url?

Scenario 2: How do we need to keep fragment value in user redirection?

Production build 0.71.5 2024