Describe your bug or feature request.
destination=/views/ajax in the views operational links.
Steps to reproduce:
- enable commerce_product, views
- create store, create product with sku.
- create view. with Show: Product Variation.
- add "operations links" to the Fields.
- add exposed SKU to filters.
- check "Use Ajax"
After filter will be processed with ajax the operations links in variations will have destination=/views/ajax
Issue fork commerce-3588656
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
andriic commentedComment #4
jsacksick commentedSetting to needs work due to the test failures.
Comment #5
andriic commentedhi @jsacksick
tests were fixed with the latest 3.x merge
Comment #6
andriic commentedComment #7
jsacksick commentedComment #8
jsacksick commentedMaybe what we need is this:
From
MenuLinkListBuilder. Also as mentioned in the MR, there is no need for the fallback, as there is already a fallback to<current>within the get method.Comment #9
andriic commentedComment #11
jsacksick commented