You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found out an issue on my moodle 2.7 with russian translation. All filters don't work in assign tabs (e.g. in assisgning course into program) because of encoding problems.
In local/elisprogram/lib/deepsight/lib/filters/date.filter.php file in get_js_opts() method line
$opts['lang_days'][$i] = $opts['lang_days'][$i]{0};
returns incorrect substring and cause js error which leads to filter doesn't show.
The text was updated successfully, but these errors were encountered:
vazotov
changed the title
Moodle 2.7 russian translation filter issus
Moodle 2.7 russian translation filter issue
Feb 4, 2015
Hello!
I've found out an issue on my moodle 2.7 with russian translation. All filters don't work in assign tabs (e.g. in assisgning course into program) because of encoding problems.
In local/elisprogram/lib/deepsight/lib/filters/date.filter.php file in get_js_opts() method line
$opts['lang_days'][$i] = $opts['lang_days'][$i]{0};
returns incorrect substring and cause js error which leads to filter doesn't show.
The text was updated successfully, but these errors were encountered: