mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
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 ------- |
||
|---|---|---|
| .. | ||
| being_redirected_to_previous_filtered_page.feature | ||
| browsing_administration_panel_in_proper_language.feature | ||
| dashboard.feature | ||
| dashboard_per_channel.feature | ||
| impersonating_customers.feature | ||
| placing_order_as_impersonated_customers.feature | ||
| redirecting_on_login_after_being_logout.feature | ||
| resetting_password.feature | ||
| resetting_password_validation.feature | ||
| securing_access_to_account_after_using_back_button_after_logging_out.feature | ||
| sign_in.feature | ||
| switching_admins_locale.feature | ||