-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: activate cache for mapping
- Loading branch information
aarongerig
committed
Mar 18, 2024
1 parent
cc8df5f
commit 0e0448d
Showing
11 changed files
with
44 additions
and
95 deletions.
There are no files selected for viewing
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
4 changes: 2 additions & 2 deletions
4
src/PimcoreElementManagerBundle/Resources/config/pimcore/admin.yaml
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
element_manager: | ||
pimcore_element_manager: | ||
pimcore_admin: | ||
js: | ||
startup: '/bundles/pimcoreelementmanager/pimcore/js/startup.js' | ||
duplicate_index_item: '/bundles/pimcoreelementmanager/pimcore/js/duplication_index/item.js' | ||
duplicate_index_panel: '/bundles/pimcoreelementmanager/pimcore/js/duplication_index/panel.js' | ||
css: | ||
index: '/bundles/pimcoreelementmanager/pimcore/css/elementmanager.css' | ||
index: '/bundles/pimcoreelementmanager/pimcore/css/pimcoreelementmanager.css' |
37 changes: 18 additions & 19 deletions
37
src/PimcoreElementManagerBundle/Resources/config/pimcore/routing.yaml
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 |
---|---|---|
@@ -1,22 +1,21 @@ | ||
pimcore_element_manager_admin_duplicate_index: | ||
type: coreshop.resources | ||
resource: | | ||
alias: pimcore_element_manager.potential_duplicate | ||
only: [get, list] | ||
additional_routes: | ||
duplicates: | ||
path: get-potential-duplicates | ||
action: getPotentialDuplicates | ||
methods: | ||
- GET | ||
decline: | ||
path: decline | ||
action: declineDuplication | ||
methods: | ||
- POST | ||
undecline: | ||
path: undecline | ||
action: unDeclineDuplication | ||
methods: | ||
- POST | ||
alias: pimcore_element_manager.potential_duplicate | ||
only: [get, list] | ||
additional_routes: | ||
duplicates: | ||
path: get-potential-duplicates | ||
action: getPotentialDuplicates | ||
methods: | ||
- GET | ||
decline: | ||
path: decline | ||
action: declineDuplication | ||
methods: | ||
- POST | ||
undecline: | ||
path: undecline | ||
action: unDeclineDuplication | ||
methods: | ||
- POST |
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
File renamed without changes.
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