DP-46272: Fix missing tag number in environment indicator#3334
Merged
arthurbaghdas merged 7 commits intodevelopfrom Apr 15, 2026
Merged
DP-46272: Fix missing tag number in environment indicator#3334arthurbaghdas merged 7 commits intodevelopfrom
arthurbaghdas merged 7 commits intodevelopfrom
Conversation
Swap version_identifier priority so deployment_identifier (set by stamp-and-deploy during CI) is the primary source instead of environment_indicator_current_release (Drupal state key that is never set during Acquia deploys). The 4.0.25 upgrade introduced a bug where getVersionIdentifier() casts NULL state values to empty string "", preventing the null-coalescing fallback from reaching deployment_identifier.
Restoring original priority (environment_indicator_current_release as primary, deployment_identifier as fallback) to verify Tugboat preview shows the tag number correctly before changing production config.
- Swap version_identifier config so deployment_identifier is primary (used by Acquia via stamp-and-deploy) and environment_indicator_current_release is fallback (used by Tugboat via drush sset) - Add drush sset to Tugboat build step so tag shows on PR previews rebuilt from base preview (build skips init/update steps)
315c260 to
7f00ccd
Compare
2c4cab5 to
6a2471d
Compare
Signed-off-by: Dmytro Storozhuk <dima@itech4web.com>
6a2471d to
1e600d9
Compare
Signed-off-by: Dmytro Storozhuk <dima@itech4web.com>
arthurbaghdas
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Explain the technical implementation of the work done.
Jira: (Skip unless you are MA staff)
DP-****
To Test:
Peer Review Checklist