User tests: Successful: Unsuccessful:
The current implementation accepts the input and applies json_decode to decode the form post.
However, the jform array is posted in this way in the php://input.
{"jform[language]":"gu-IN"}
And, json_decode generates $this->data['jform[language]']="gu-IN".
The patch reviews $this->data to detect arrays and generate:
$this->data['jform']['language']="gu-IN"
Regards,
Anibal
Hi Nick,
I've just submitted the tracker:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30669
Regards,
Thank you, Anibal! :)
Closed as per the comment on the tracker
Thanks for coding this, Anibal!
While we’re transitioning to a new integrated tracker, could you report the issue on our current main tracker at JoomlaCode and cross-reference each with a link to the other? Here’s the process for reporting on the other tracker:
http://docs.joomla.org/Filing_bugs_and_issues
Alternatively, let me know if you’d like me to create it for you and I can go ahead and do that.
Thanks in advance and thanks again for coding this, Anibal!