| Summary | Form confirmation code wrong in admin/groups.php |
| Queue | Horde Framework Packages |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | chuck (at) horde (dot) org |
| Requester | asmarre (at) ull (dot) es |
| Created | 10/26/07 (6821 days ago) |
| Due | |
| Updated | 10/26/07 (6821 days ago) |
| Assigned | 10/26/07 (6821 days ago) |
| Resolved | 10/26/07 (6821 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Priority ⇒ 1. Low
State ⇒ Feedback
adding html entities like that. I removed the from the es_ES.po
file for Horde 3.2/HEAD.
If others disagree I guess we can use html_entity_decode.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Form confirmation code wrong in admin/groups.php
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
confirmed the deletion of a group. In case of using localization
(Spanish in my case), the check fails because the getFormData returns
a string like ' Eliminar ' and the _() method returns a string like
' Eliminar '. It seems that the browser substitutes the
entities for ' ' character. I hard-coded a solution based in
strpos but it's not generic because depends of the localization.
I found this problem in the latest stable version of Horde (3.1.5).