EyeSeeTea / interpretation-notification

0 stars 0 forks source link

Link does not open Maps in interpretation mode #8

Closed nancyespinoza closed 5 years ago

nancyespinoza commented 5 years ago

Maps open with the left panel open and the right panel close.

nancyespinoza commented 5 years ago

Maps Opens LPO-RPC.png

adrianq commented 5 years ago

This is a UiO decision. Rodolfo will discuss with them next week

rodmelia commented 5 years ago

@adrianq - while in Oslo, we noticed that the problem is in the URL - you are currently using a capital 'I' for interpretionid - you need to use lower case. As soon as you do that, the right panel will open, preloading the correct interpretation. Yes, left panel stays open.

tokland commented 5 years ago

@rodmelia Right. It looks like interpretation-app has always used interpretationId=VALUE as param and it worked in analytics apps because its parsing function (AppManager.getUrlParam) is case-insensitive. However, maps-app is case-sensitive. Updated to interpretationid=VALUE so it works in analytics and maps apps:

https://github.com/EyeSeeTea/interpretation-app/pull/40