Sylius/features/admin
Grzegorz Sadowski da8bda686d
feature #14159 [UI] Redirect to previous filtered page after perform any action from index resource page (ernestWarwas, Zales0123)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12 <!-- see the comment below -->          |
| Bug fix?        | no                                                       |
| New feature?    | yes                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License         | MIT                                                          |

This pull request resolves the problem of redirecting to the not filtered page after eg. deleting the product or returning to page after editing some of resources by clicking cancel on update page.

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

364e6a60ee [Behat] Added scenarios
b4b3a10ec7 Logic implementation
7d1c5004f4 RedirectHandler decorated
31641e22e4 removed unused contexts
feb7bd9811 [Behat] Added new step to avoid problem with filtered page
8568ad3abe [Behat] pagination scenario covered
28a1f00a0f [Behat] Renamed scenarios and feature file
1f93c39d95 Privatize filter storage service
c7af482c91 Naming and code style changes
f595932b75 Add test for twig extension to ensure proper path generation
2022-07-21 14:18:45 +02:00
..
being_redirected_to_previous_filtered_page.feature Add test for twig extension to ensure proper path generation 2022-07-21 12:25:23 +02:00
browsing_administration_panel_in_proper_language.feature clean up 2021-04-14 12:05:02 +02:00
dashboard.feature [maintenance]Prepare postgresql pipeline by making behat scenarios de-case-sensitive 2022-06-03 10:37:44 +02:00
dashboard_per_channel.feature [maintenance]Prepare postgresql pipeline by making behat scenarios de-case-sensitive 2022-06-03 10:37:44 +02:00
impersonating_customers.feature behat tests for impersonate user in new tab 2020-04-07 12:52:50 +02:00
placing_order_as_impersonated_customers.feature [maintenance]Prepare postgresql pipeline by making behat scenarios de-case-sensitive 2022-06-03 10:37:44 +02:00
redirecting_on_login_after_being_logout.feature redirecting on login after being logout from administration dashboard 2018-11-20 15:30:51 +01:00
resetting_password.feature Allow requesting password reset token with a non existent admin email 2022-07-18 09:31:20 +02:00
resetting_password_validation.feature Validation of requesting an admin's password reset token 2022-07-19 13:21:32 +02:00
securing_access_to_account_after_using_back_button_after_logging_out.feature [Behat] Add scenarios for securing access to account and dashboard after logging out 2022-03-07 15:43:28 +01:00
sign_in.feature [Behat] Use "When" for user actions where possible 2022-03-11 09:20:29 +01:00
switching_admins_locale.feature Fix locale-related scenarios 2017-02-14 14:47:03 +01:00