#3920 - The js_lang_references test is failing

Identifier #3920
Issue type Feature request or suggestion
Title The js_lang_references test is failing
Status Completed
Handling member Salman
Addon General / Uncategorised
Description It is failing due to a couple of lines like:
self.updateStatusMessage('{!LAST_SLIDE;^}');

JS files should not depend on any particular language file being loaded as a precursor.
Fix by scoping it, changing to:
self.updateStatusMessage('{!galleries:LAST_SLIDE;^}');
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated