Esri / geoportal-server

Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
https://gptogc.esri.com/geoportal
Apache License 2.0
244 stars 149 forks source link

Additional Options dialog problem #208

Closed JoannaAniserowicz closed 8 years ago

JoannaAniserowicz commented 8 years ago

I've deployed geoportal server in version 1.2.6 and I have problem with Additional Options dialog. It simply doesn't appear. In console (after clicking a link) there is an error "Uncaught TypeError: Cannot set property 'refreshOnShow' of undefined". I've checked sandbox site (http://gptogc.esri.com/geoportal/) and there is the same error.

mhogeweg commented 8 years ago

hi, what browser are you using?

JoannaAniserowicz commented 8 years ago

Hi, Problem exists in: Chrome: error: "Uncaught TypeError: Cannot set property 'refreshOnShow' of undefined" Firefox: TypeError: dj is undefined in line dj.refreshOnShow = true; IE: similar error to this in Chrome

Before these errors there is in console another message: init.js:620 dojo/parser::parse() error TypeError: Cannot read property 'toString' of undefined. Maybe this is a real problem?

mhogeweg commented 8 years ago

odd as I can see this dialog in all my browsers (chrome, FF, IE). is your site publicly accessible?

JoannaAniserowicz commented 8 years ago

Hi, Yes, my site is publicly accessible but problem exists even in sandbox site. I know what causes the problem - when I changed my browser's language to english everything works fine (default was polish). Unfortunately my clients have polish browsers so what should I do to fix this?

JoannaAniserowicz commented 8 years ago

I figured it out - just had to change djConfig in lookAndFeel.jsp to "pl". Thank you for your comments!

mhogeweg commented 8 years ago

alright! still curious to see your site :-)