[Backport to 2.10.1][Fixes #5223] Layer details broken if no store identified #5240
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.
The backport to 2.10.1 failed:
Commits ["0e37af02269101729cc3e409bd4977e79bc1c1a1"] could not be cherry-picked on top of 2.10.1
To backport manually, run these commands in your terminal:
Fetch latest updates from GitHub.
git fetch
Create new working tree.
git worktree add .worktrees/backport 2.10.1
Navigate to the new directory.
cd .worktrees/backport
Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 0e37af0
Create a new branch with these backported commits.
git checkout -b backport-5224-to-2.10.1
Push it to GitHub.
git push --set-upstream origin backport-5224-to-2.10.1
Go back to the original working tree.
cd ../..
Delete the working tree.
git worktree remove .worktrees/backport
Then, create a pull request where the base branch is 2.10.1 and the compare/head branch is backport-5224-to-2.10.1.