-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
New option to disable the automatic permalink #4586
Conversation
In the main section of the JSON, add a new option to enable the automatic permalink : automatic_permalink. It will be enabled by default. Linked to 3liz/lizmap-plugin#590
e04a34f
to
ba73e8c
Compare
You mean "automatic permalink" will be enabled by default ? So it will be the reverse compared to the plugin ? |
I keep the LWC 3.7 fonctionnality |
It could be disabled by default in LWC 3.8. |
I will do an other PR in this case after validation and backport. |
We need to be consistent with the plugin so :) Which is not the case, or to define what happen if the key is not found.
Well, if we want to change the default behavior, I think it's better to do it ASAP. People are creating new projects. The more we wait, the more they will have to manually update their CFG file. |
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_7 release_3_7
# Navigate to the new working tree
cd .worktrees/backport-release_3_7
# Create a new branch
git switch --create backport-4586-to-release_3_7
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ba73e8cf18ac06999b20c275904553ec48e694f6
# Push it to GitHub
git push --set-upstream origin backport-4586-to-release_3_7
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3_7 Then, create a pull request where the |
After 3liz#4586 that added `automatic_permalink` option the default value will be false.
After #4586 that added `automatic_permalink` option the default value will be false.
In the main section of the JSON, add a new option to enable the automatic permalink : automatic_permalink.
It will be enabled by default.
Linked to 3liz/lizmap-plugin#590