| Summary | map javascript language file not loaded |
| Queue | Horde Framework Packages |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | ctimoteo (at) sapo (dot) pt |
| Created | 02/20/2014 (4286 days ago) |
| Due | |
| Updated | 02/25/2014 (4281 days ago) |
| Assigned | 02/21/2014 (4285 days ago) |
| Resolved | 02/25/2014 (4281 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
commit 9a1d9a2474dbadac26318fbd5b569181ce18e622
Author: Michael Rubinsky <mrubinsk@coffee.local>
Date: Tue Feb 25 12:21:25 2014 -0500
Bug: 12985Fix determination of language filename.framework/Core/lib/Horde/Core/HordeMap.php | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/9a1d9a2474dbadac26318fbd5b569181ce18e622
Assigned to Michael Rubinsky
Priority ⇒ 2. Medium
New Attachment: 0001-Fix-map-language.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ map javascript language file not loaded
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Horde Framework Packages
i noticed one 404 request of map language javascript file,
after some debug i verified that Horde_Core_HordeMap,
where the map is initialized has language verification, and replaces
the wrong character to the correct one (i.e. _ to -), but, that value
is not updated in the parameters that are sent to page output
In attachment there is one patch to fix it.
Thanks in advance .