Skip to content

Commit

Permalink
OXDEV-8952: Remove BeforeModuleDeactivation because it's handled by shop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 3, 2025
1 parent 91f5515 commit d8a3bca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 112 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Move ModuleDataType generation to Infrastructure
- Move ThemeDataType generation to Infrastructure

### Removed
- `OxidEsales\GraphQL\ConfigurationAccess\Shared\Subscriber\BeforeModuleDeactivation` because de/activation is already handled by shop

## [1.2.0] - 2024-11-27
This is the stable release of v1.2.0. No changes have been made since v1.2.0-rc.1.

Expand Down
10 changes: 0 additions & 10 deletions services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ imports:
- { resource: src/Shop/services.yaml }
- { resource: src/Theme/services.yaml }

parameters:
oxidesales.graphqlconfigurationaccess.depends_on_modules: [ 'oe_graphql_base' ]

services:

_defaults:
Expand All @@ -24,10 +21,3 @@ services:
OxidEsales\GraphQL\ConfigurationAccess\DependencyCheckTrigger:
alias: OxidEsales\GraphQL\Base\Framework\GraphQLQueryHandler
public: true

OxidEsales\GraphQL\ConfigurationAccess\Shared\Subscriber\BeforeModuleDeactivation:
class: OxidEsales\GraphQL\ConfigurationAccess\Shared\Subscriber\BeforeModuleDeactivation
arguments:
$dependencies: '%oxidesales.graphqlconfigurationaccess.depends_on_modules%'
tags: [ 'kernel.event_subscriber' ]
public: true
45 changes: 0 additions & 45 deletions src/Shared/Subscriber/BeforeModuleDeactivation.php

This file was deleted.

57 changes: 0 additions & 57 deletions tests/Unit/Shared/Subscriber/BeforeModuleDeactivationTest.php

This file was deleted.

0 comments on commit d8a3bca

Please sign in to comment.