Skip to content

Commit

Permalink
Merge pull request #311 from localgovdrupal/1.x
Browse files Browse the repository at this point in the history
1.7.4 release
  • Loading branch information
andybroomfield committed Mar 5, 2024
2 parents d34d931 + 2933500 commit ee2cb8f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- localgov-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- localgov-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'
localgov-version:
- '3.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -109,13 +109,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- localgov-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- localgov-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'
localgov-version:
- '3.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -145,13 +145,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- localgov-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- localgov-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'
localgov-version:
- '3.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -180,13 +180,13 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- localgov-version: '2.x'
drupal-version: '~9.4'
php-version: '8.1'
- localgov-version: '3.x'
drupal-version: '~10.0'
php-version: '8.1'
localgov-version:
- '3.x'
drupal-version:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Module updates.
*/

declare(strict_types = 1);
declare(strict_types=1);

/**
* Implements hook_update_N().
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function buildForm(array $form, FormStateInterface $form_state, $localgov
protected function prepareRevertedRevision(AlertBannerEntityInterface $revision, FormStateInterface $form_state) {
$revert_untranslated_fields = $form_state->getValue('revert_untranslated_fields');

/** @var \Drupal\localgov_alert_banner\Entity\AlertBannerEntityInterface $default_revision */
/** @var \Drupal\localgov_alert_banner\Entity\AlertBannerEntityInterface $latest_revision */
$latest_revision = $this->alertBannerEntityStorage->load($revision->id());
$latest_revision_translation = $latest_revision->getTranslation($this->langcode);

Expand Down

0 comments on commit ee2cb8f

Please sign in to comment.