Skip to content

Commit

Permalink
Remove old things (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Aug 29, 2022
1 parent 681a6d6 commit a656811
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
Empty file removed src/Entity/QueueItem.php
Empty file.
53 changes: 0 additions & 53 deletions src/Resources/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,6 @@ sylius_grid:
action:
importProduct: '@WebgriffeSyliusAkeneoPlugin\Product\Grid\Action\import.html.twig'
grids:
webgriffe_sylius_akeneo_admin_queue_item:
driver:
name: doctrine/orm
options:
class: Webgriffe\SyliusAkeneoPlugin\Entity\QueueItem
sorting:
createdAt: desc
fields:
akeneoEntity:
type: string
label: webgriffe_sylius_akeneo.ui.importer
sortable: ~
akeneoIdentifier:
type: string
label: webgriffe_sylius_akeneo.ui.identifier
sortable: ~
createdAt:
type: datetime
label: sylius.ui.created_at
sortable: ~
importedAt:
type: twig
label: webgriffe_sylius_akeneo.ui.imported
sortable: ~
options:
template: '@WebgriffeSyliusAkeneoPlugin\QueueItem\Grid\importedAt.html.twig'
errorMessage:
type: string
label: webgriffe_sylius_akeneo.ui.error_message
filters:
akeneoEntity:
type: string
label: webgriffe_sylius_akeneo.ui.importer
akeneoIdentifier:
type: string
label: webgriffe_sylius_akeneo.ui.identifier
imported:
type: exists
label: webgriffe_sylius_akeneo.ui.imported
options:
field: importedAt
errorMessage:
type: string
label: webgriffe_sylius_akeneo.ui.error_message
actions:
main: ~
item:
delete:
type: delete
bulk:
delete:
type: delete

sylius_admin_product:
actions:
item:
Expand Down
11 changes: 0 additions & 11 deletions src/Resources/views/QueueItem/Grid/importedAt.html.twig

This file was deleted.

0 comments on commit a656811

Please sign in to comment.