EUSurvey / EUSURVEY

EUSurvey is an opensource surveying tool. It features different types of questions, free text fields as well as more complex elements like editable tables and gallery elements. Results can be displayed as histograms, percentages or in full details and can be exported to different formats. All submitted answers (or a sub-set) can be published automatically on a dedicated webpage within the application. It is freely available for any organisation or administration, public or private and can also be deployed as an open source version.
https://ec.europa.eu/eusurvey
European Union Public License 1.2
121 stars 28 forks source link

Typo with parentheses in JS function call #498

Closed piotrkiraga closed 6 months ago

piotrkiraga commented 2 years ago

https://github.com/EUSurvey/EUSURVEY/blob/8d09db06726bac22c5433b7bcb35ba1b6c3d4f12/src/main/webapp/resources/js/runner.js#L1253

Should be: submitToChangeLanguageOrView(true, mode);

Instead of: submitToChangeLanguageOrView(true), mode;

In: runner.js#changeLanguageSelectOption(mode)

BRU-EUSurvey commented 1 year ago

Bug ticket created: 7981

Thank you for the feedback !

BRU-EUSurvey commented 1 year ago

Fixed as part of Sprint 26.

BRU-EUSurvey commented 1 year ago

Version 43cbc4f24ea472ca6267aa3fa77db55c5ae0d7a3 (15/05/2023 11:26) Not on PROD yet.

BRU-EUSurvey commented 6 months ago

FYI, the fix has been released.

BRU-EUSurvey commented 6 months ago

Released in March 2024.