Failure

User tests: Successful: Unsuccessful:

avatar anibalsanchez
anibalsanchez
21 Apr 2013

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

avatar anibalsanchez anibalsanchez - open - 21 Apr 2013
avatar nicksavov
nicksavov - comment - 23 Apr 2013

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!

avatar anibalsanchez
anibalsanchez - comment - 23 Apr 2013
avatar nicksavov
nicksavov - comment - 23 Apr 2013

Thank you, Anibal! :)

avatar brianteeman
brianteeman - comment - 27 Jul 2014

Closed as per the comment on the tracker

avatar brianteeman brianteeman - close - 27 Jul 2014

Add a Comment

Login with GitHub to post a comment