Skip to content

Commit

Permalink
Issue #2892232 by JonasSavs: Installation causes error
Browse files Browse the repository at this point in the history
  • Loading branch information
git authored and Blanca Esqueda committed Nov 17, 2017
1 parent 58ab6c6 commit e58a90f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions content_sync.links.task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ content.export_full:
title: 'Archive'
parent_id: content.export

# content.view_logs:
# title: 'Logs'
# route_name: content.overview
# base_route: content.sync
content.view_logs:
title: 'Logs'
route_name: content.overview
base_route: content.sync

content.settings:
title: 'Settings'
Expand Down
12 changes: 6 additions & 6 deletions content_sync.services.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
services:
# logger.cslog:
# class: Drupal\content_sync\Logger\ContentSyncLog
# arguments: ['@database', '@logger.log_message_parser']
# tags:
# - { name: logger }
# - { name: backend_overridable }
logger.cslog:
class: Drupal\content_sync\Logger\ContentSyncLog
arguments: ['@database', '@logger.log_message_parser']
tags:
- { name: logger }
- { name: backend_overridable }
content.storage.staging:
class: Drupal\Core\Config\FileStorage
factory: Drupal\content_sync\Content\ContentFileStorageFactory::getSync
Expand Down

0 comments on commit e58a90f

Please sign in to comment.