You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
The layout selector, on change event, split the old layout removing the first 2 chars from the old layout id to create the new id. It works with layouts like A3, A4 and so on, but fails for layouts like LETTER, 11x17 ....
e.g. A4_2_pages_with_legend --> LETTER_2_pages_with_legend works LETTER_2_pages_with_legend --> ``A4TTER_2_pages_with_legend fails.
The layout selector, on change event, split the old layout removing the first 2 chars from the old layout id to create the new id. It works with layouts like A3, A4 and so on, but fails for layouts like LETTER, 11x17 ....
e.g.
A4_2_pages_with_legend
-->LETTER_2_pages_with_legend works
LETTER_2_pages_with_legend --> ``A4TTER_2_pages_with_legend fails.references:
https://github.com/geosolutions-it/MapStore/blob/master/mapcomposer/app/static/externals/GeoExt/lib/GeoExt/plugins/PrintProviderField.js#L122
https://github.com/geosolutions-it/MapStore/blob/master/mapcomposer/app/static/externals/PrintPreview/lib/GeoExt.ux/PrintPreview.js#L537
These should be replaced with something like :
The text was updated successfully, but these errors were encountered: