Skip to content

Commit

Permalink
Merge pull request #465 from droptica/develop
Browse files Browse the repository at this point in the history
Fixed RC1 for drupal.org
  • Loading branch information
grzegorz-pietrzak-droptica committed Apr 21, 2020
2 parents b92ba30 + 52e054b commit a87fadb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions drupal-org.make
Expand Up @@ -19,6 +19,7 @@ projects[geysir][version] = 1
projects[google_analytics][version] = 2
projects[google_tag][version] = 1
projects[lazy][version] = 3
projects[lazy][patch][] = https://www.drupal.org/files/issues/2020-04-17/lazy_droopler.patch
projects[link_attributes][version] = 1
projects[linkit][version] = 4
projects[metatag][version] = 1
Expand Down
3 changes: 3 additions & 0 deletions modules/custom/d_update/src/Updater.php
Expand Up @@ -418,6 +418,9 @@ public function updateConfigurations($source, $name) {
if (isset($updates['add'])) {
$newConfig = NestedArray::mergeDeep($newConfig, $updates['add']);
}
if (!isset($updates['change']['expected'])) {
$updates['change']['expected'] = NULL;
}
if (!$this->modifyConfig($configName, $newConfig, $updates['change']['expected'])) {
$status[] = FALSE;
$this->getLogger('d_update')
Expand Down

0 comments on commit a87fadb

Please sign in to comment.