Skip to content

Commit

Permalink
8.1.24
Browse files Browse the repository at this point in the history
- Re-enable cache checking
  • Loading branch information
pookmish authored Apr 5, 2022
2 parents bc39df8 + 4ed1920 commit ab1e9cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Stanford Migrate


8.x-1.24
--------------------------------------------------------------------------------
_Release Date: 2022-04-05_

- Re-enable cache checking


8.x-1.23
--------------------------------------------------------------------------------
_Release Date: 2022-03-17_
Expand Down
2 changes: 1 addition & 1 deletion src/EventSubscriber/EventsSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ protected function getOrphanAction(MigrationInterface $migration) {
// temporary flag that the orphan action has recently occurred. This
// will prevent the unnecessary double execution.
if ($this->cache->get($cid)) {
// return FALSE;
return FALSE;
}

$source_config = $migration->getSourceConfiguration();
Expand Down
2 changes: 1 addition & 1 deletion stanford_migrate.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Adds more functionality to migrate and migrate plus modules'
type: module
core_version_requirement: ^8.8 || ^9 || ^10
package: 'Stanford'
version: 8.x-1.23
version: 8.x-1.24
dependencies:
- drupal:migrate
- migrate_plus:migrate_plus
Expand Down

0 comments on commit ab1e9cf

Please sign in to comment.