Home and Login Plugins do not appear on the page if the Burger Menu is activated in the context in 2024.01.01 version #10503#10590
Conversation
offtherailz
left a comment
There was a problem hiding this comment.
The proper position for this documentation is in the login's jsdoc, so it will be available in context's configuration (the "?" icon of plugins links to jsdoc.
Please paly also attention to the syntax you are using.
Use ```javascript or ```js instead of "``` JavaScript"
In order to test it use :
for mkdocs
mkdocs serve as a preview
for JSDoc, the utility jsdoc:test
Here how to
|
@ElenaGallo, could you please test this on DEV ? Thank you |
|
@rowheat02 Adding a login, home and hamburger menu plugin to a context, the login and home button is still not visible on the context. See the attached image and use this context |
|
@ElenaGallo Did you pass plugin configuration on home and login plugin.
|
|
@rowheat02 ok, thanks. I'll re-test the issue. |
|
Test passed, @rowheat02 please backport to 2024.02.xx. Thanks |
…s activated in the context in 2024.01.01 version geosolutions-it#10503 (geosolutions-it#10590)


#10503
In the map of context with plugins login and home. More priority has been given to the sidebar which is a hidden plugin in the context map.
Probable introduction of this issue is from PR https://github.com/geosolutions-it/MapStore2/pull/9841/files
Overriding priority while creating the context for those plugins solves the issue.
Description
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
#10503
What is the current behavior?
#10503
What is the new behavior?
Docs have been updated showing how to override the priority of the plugin home and login
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information