Development

#3760 (rewrite json output)

You must first sign up to be able to contribute.

Ticket #3760 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

rewrite json output

Reported by: Leon.van.der.Ree Assigned to: Leon.van.der.Ree
Priority: minor Milestone: plugins
Component: sfExtjsThemePlugin Version: 1.0.16
Keywords: json Cc:
Qualification: Accepted

Description

At the moment, json output is written by templates, who do credential checking.

it would probably be nicer to use the Php json-encode method, but to keep credential checking we need to filter elements from the array we provide to the json-encode method.

Change History

07/08/08 02:33:46 changed by Leon.van.der.Ree

  • status changed from new to closed.
  • resolution set to fixed.

done, with credential checking, but needs some testing probably.