ramesh.tellamekala → created an issue.
This error is thrown under the following circumstances in a multilingual site:
- Site have content translation, moderation enabled.
- User creates a node and sets the language to German.
- User updates the node and set the language to English.
ramesh.tellamekala → created an issue.
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?