-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Add embedded layers to keyValueConfig object #4847
[Bug] Add embedded layers to keyValueConfig object #4847
Conversation
Backport in 3.8, if possible. Thanks |
Sorry, I just renamed the project, to not only cover "editing capabilities" in #4846. Can you rebase and update the project name ? |
94c24fd
to
22a0571
Compare
I think is good now |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3_8 release_3_8
# Navigate to the new working tree
cd .worktrees/backport-release_3_8
# Create a new branch
git switch --create backport-4847-to-release_3_8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 56745f1fc169566fb3e2e61e2cb4afb9d9821068,22a0571b0048e1d0ae0e520e7b7164012ac7b1a4
# Push it to GitHub
git push --set-upstream origin backport-4847-to-release_3_8
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3_8 Then, create a pull request where the |
Embedded layers are not taken into account when
Lizmap
requires the thekey value configuration
for attribute table display.I did a little refactoring on handling embedded layers during projects loading (it's in a separated commit, but it is strictly related to this bug)
Funded by Faunalia