SiT! Bugs - SiT! | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001310 | SiT! | i18n | public | 2010-04-30 10:51 | 2010-07-15 21:32 |
Reporter | jko | ||||
Assigned To | paulh | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | Windows | OS Version | XP+Later |
Product Version | 3.60 LTS | ||||
Target Version | 3.61 LTS | Fixed in Version | 3.61 LTS | ||
Summary | 0001310: not working fallback in AJAX-contexthelp | ||||
Description | There is a bug in the ajax context help which renders the context help useless if no fitting translation was found. ajaxdata.php: old: if (!file_exists($helpfile)) $helpfile = APPLICATION_HELPPATH . "{$_SESSION['lang']}". DIRECTORY_SEPARATOR. "en-GB/{$context}.txt"; fixed: if (!file_exists($helpfile)) $helpfile = APPLICATION_HELPPATH . "en-GB/{$context}.txt"; | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-04-30 10:51 | jko | New Issue | |||
2010-05-02 10:48 | paulh | Note Added: 0003124 | |||
2010-05-02 10:48 | paulh | Assigned To | => paulh | ||
2010-05-02 10:48 | paulh | Status | new => confirmed | ||
2010-05-02 11:02 | paulh | Note Added: 0003125 | |||
2010-05-02 11:02 | paulh | Status | confirmed => resolved | ||
2010-05-02 11:02 | paulh | Resolution | open => fixed | ||
2010-05-02 11:02 | paulh | Target Version | => 3.61 LTS | ||
2010-07-15 21:32 | ivan | Status | resolved => closed | ||
2010-07-15 21:32 | ivan | Fixed in Version | => 3.61 LTS |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|