Releases: uwctri/ReportTweaks
Releases · uwctri/ReportTweaks
Bug Fix
Docs & Features
- New option to collapse the report description
- Documentation updates
Full Changelog: v1.2.8...v1.2.9
Bug Fix
Resolving a JS error that would occur on new report creation screen.
Full Changelog: v1.2.7...v1.2.8
Settings Bug Fix
The previous version of the EM introduced a bug that caused a PHP error when using the module. This has been resolved.
Full Changelog: v1.2.6...v1.2.7
Minor Features and Bugs
Small new features, future proofing, and a version bump for the framework.
Full Changelog: v1.2.5...v1.2.6
Minor Bug Fixes
- Resolved a bug on simple (non-longitudinal) projects where a server error was logged due to trying to create an event map
- Resolved a bug where sometimes the writeback feature would incorrectly use "undefined" as a field name
Minor Tweaks
Minor changes to modal display for writeback config
Performance Improvments
Previously we could slow down the load time of reports due to how header info was pulled for the report, now that time has been dramatically reduced.
Multile Writbacks
- New Feature: we now allow the creation of multiple writeback buttons on a single report.
- New Feature: username is now an option for writeback value
- New Feature: field selection can now be static (old behavior) or dynamic based on a mapping of event-to-field. This allows for specific fields to be written to per row of the report, based on that row's event name.
- Optimization: No longer using cookies-js, switching to using native localStorage
Display Logic Toggle
New feature: Add a toggle button to a report to show the reports filter logic, created via advanced logic or the normal report builder.