-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.5, 4.2.2, 4.3.5, 4.4.1
While reviewing MDL-79498, I noticed that we are passing a lang parameter to M.util.get_string() in core/str.
However, there is no lang parameter in M.util.get_string().
Creating this issue to either:
- Remove the lang parameter when calling M.util.get_string() in core/str; or
- Make sure that M.util.get_string() is able to fetch the desired string based on the lang parameter.
- Discovered while testing
-
MDL-79498 get_string from 'core/str' has incorrect function signature
-
- Closed
-