mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #27176
[Bug 1450995] A change has been merged
Reviewed: https://reviews.mahara.org/4725
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/05a80e6ab6a1dce454f58d4980e34fc1527d9041
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch: master
commit 05a80e6ab6a1dce454f58d4980e34fc1527d9041
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Sat May 2 21:30:40 2015 +1200
Allowing lang strings in js to be loaded via ajax (Bug #1450995)
So that they can be added to the strings object after page load
Change-Id: I4ba00accfad1e0981997488de600d9d53c561602
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1450995
Title:
allow loading of lang string into js strings object after page load
Status in Mahara ePortfolio:
In Progress
Bug description:
Now that we are using more ajax for loading things in Mahara sometimes
we end up loading something that needs lang strings but they are not
present when the page loads and so are not in the 'strings' object.
It would be good if we could try and load a lang string via ajax as
well if it wasn't found in the 'strings' object.
So I will add a js function for that.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1450995/+subscriptions
References