Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.6.0-b2
-
Component/s: None
-
Labels:None
Description
To recreate:
- Add a drop-down custom client field
- Include a special character(e.g. í) in one of the values
- Attempt to add a client while selecting this value
- Observe the validation error
- Inspect the html of the custom drop-down and observe that the special character is encoded
We either need to not encode it when we create the form(and be careful not to create any security issues) or we need to decode the value at some point after it has been submitted.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Rank | Ranked higher |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Sprint | 4.6.0 beta Sprint 1 [ 86 ] |
| Rank | Ranked lower |
Automated transition triggered when Jonathan Reissmueller created pull request #679 in Stash -
| Status | In Progress [ 3 ] | In Review [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Remaining Estimate | 0 minutes [ 0 ] | |
| Time Spent | 35 minutes [ 2100 ] | |
| Worklog Id | 12294 [ 12294 ] |
| Status | In Review [ 5 ] | Closed [ 6 ] |
This was an issue fixed in #6 of minphp/form