Alexander

Results 9 comments of Alexander

@tdipisa @allyoucanmap Summarizing what we discussed in a call: There are two strategies for further optimization: 1. Verify that it's possible to reduce amount of bundles being loaded for module...

@tdipisa This looks to be a quick thing to fix, but I can't really get the result you described. I'm trying to reproduce it on https://dev-mapstore.geosolutionsgroup.com/mapstore/#/viewer/openlayers/10358 and when I open...

@tdipisa We have similar content about extensions management available both in user-guide and developer-guide, so I've added a section with update instructions in user-guide and referenced it in developer guide.

@tdipisa I've tried to reproduce desired behavior and get "Save" button available for the map saved from context in last 4 or 5 releases, but I'm getting the same result...

@tdipisa A few points about the issue from description: - It's not affecting newly created context as we saw during our tests in the call. - It does not affect...

> @alexander-fedorenko can you please argument a bit more this point and the involved use case? > > > Trigger redirect to the URL specified by the user but also...

@offtherailz I just thought about race condition that could probably appear if we going to write everything inside of a single structure called "queryParams" in the sessionStorage. Every time object...

Not caused by module plugins, see description here https://github.com/geosolutions-it/MapStore2/issues/8463#issuecomment-1232954389 Requires a minor fix in sidebar menu visibility logic.

@offtherailz Would it be sufficient to use combined regex that will be valid for both relative and absolute url? ``` /(http(s)?\:\/\/gs-stable\.geo-solutions\.it(\:443|\:80)?\/geoserver\/.*)|(^\/geoserver\/.*)/ ``` with "or" condition to check for localhost absolute...