- Issue created by @naveentinu90
Please set up a merge request.
This issue may actually be a feature request rather than a bug.
- Merge request !10853Update LinkUri.php to support query params if exists while importing → (Open) created by Unnamed author
- Merge request !10854Update LinkUri.php to support query params if exists while importing → (Open) created by Unnamed author
- 🇮🇳India naveentinu90
naveentinu90 → changed the visibility of the branch 11.x to hidden.
- 🇮🇳India naveentinu90
Please find updated patch for code sniffer and test cases.
- 🇮🇳India naveentinu90
Description is already there in this issue. All testcases are already passed
- 🇺🇸United States smustgrave
#10 still applies
Also all fixes should be in MRs vs patches for tests to run.
- 🇮🇳India gopaluni.sravani@cognizant.com
This patch integrates the UrlHelper utility to handle query parameters in the transform method, ensuring generated URIs include query strings. It enhances the LinkUri plugin's functionality and has been tested successfully, working as expected.
- 🇺🇸United States nicxvan
Hi, thanks for working on this!
The test only change passes which means it does not actually cover this fix.
If you are not aware, test only reverts the fix and runs the test to confirm that the fix works.
Test only should fail.