View Issue Details

IDProjectCategoryView StatusLast Update
0003920Composr alpha bug reports[All Projects] General / Uncategorisedpublic2020-01-16 22:28
ReporterChris GrahamAssigned ToSalman 
SeverityFeature-request 
Status resolvedResolutionfixed 
Summary0003920: The js_lang_references test is failing
DescriptionIt 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;^}');
TagsNo tags attached.
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-10-21 18:13 Chris Graham New Issue
2019-10-21 18:13 Chris Graham Status non-assigned => assigned
2019-10-21 18:13 Chris Graham Assigned To => Salman
2020-01-16 22:28 Chris Graham Status assigned => resolved
2020-01-16 22:28 Chris Graham Resolution open => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised