New Features |
---|
1. | A new 'Get Data' block has been added to the event editor, which can be used to retrieve a value from a data column.DJS |
2. | Support for XML, JSON, CSV file data adapters on the server side. |
3. | New event handler property 'encryptSqlData' allows you to disable encryption of the data array passed to the reporting tool. |
4. | The ability to register data in the report itself using the regData() method on the server side has been added. |
5. | For all events, the frameworkRequest property has been added to the arguments, which contains a reference to the request object of the supported framework. |
Fixed Bugs |
---|
1. | For component events, in some cases, the CSRF token for the Django framework was not taken into account. |