- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USAAssigning to myself as I'm triaging all RTBC issues. 
- Issue was unassigned.
- Status changed to Postponed: needs infoabout 2 years ago 12:45am 21 August 2023
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USAThanks for the issue, patches, testing, and review. The patch still applies cleanly and the option is added to the form. I didn't test it because... I don't understand why this option is not a yes/no (true/false) option. What is defaultfor?This logic: + if ($redirect->getRedirectOption('passthrough_querystring') == 'always' || ($this->config->get('passthrough_querystring') && $redirect->getRedirectOption('passthrough_querystring') != 'never')) {adds the $request_queryif they choosealwaysor if they didn't chooseneverwhich means they must have chosendefault.This seems overly complicated to me. Am I missing something? Moving to postponed for more explanation. 
- πΊπΈUnited States esodAgree on usability question in #13, but here's a patch for Drupal 10.5.x, redirect v1.12.