forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next-9586/open-categories-in-new-tabs-with-right-click'…
… into 'master' NEXT-9586 - Open categories in new tabs with right-click See merge request shopware/6/product/platform!3837
- Loading branch information
Showing
7 changed files
with
93 additions
and
2 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
changelog/_unreleased/2020-11-23-open-categories-in-new-tabs-with-right-click.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Open categories in new tabs with right-click | ||
issue: NEXT-9586 | ||
--- | ||
# Administration | ||
* Added a method `getCategoryUrl` in `src/module/sw-category/component/sw-category-tree/index.js`. | ||
* Added a new prop `getItemUrl` in `src/app/component/tree/sw-tree-item/index.js`. | ||
* Added a method `showItemUrl` in `src/app/component/tree/sw-tree-item/index.js`. | ||
* Added `href` attribute into <a> tag in `{% block sw_tree_items_item_content_default %}` and `{% block sw_tree_item_children_items_slot_content_default %}` in `src/app/component/tree/sw-tree-item/sw-tree-item.html.twig` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters