Skip to content

Releases: uwctri/ReportTweaks

Bug Fix

01 Oct 16:59
Compare
Choose a tag to compare

In previous versions the "hide repeating instruments" checkbox would incorrectly show on reports that did not have those columns and would cause display issues for those reports. This has been resolved.

Full Changelog: v1.2.9...v1.2.10

Docs & Features

28 Apr 05:16
Compare
Choose a tag to compare
  • New option to collapse the report description
  • Documentation updates

Full Changelog: v1.2.8...v1.2.9

Bug Fix

10 Apr 19:12
Compare
Choose a tag to compare

Resolving a JS error that would occur on new report creation screen.

Full Changelog: v1.2.7...v1.2.8

Settings Bug Fix

19 Mar 02:12
Compare
Choose a tag to compare

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

14 Mar 23:32
Compare
Choose a tag to compare

Small new features, future proofing, and a version bump for the framework.

Full Changelog: v1.2.5...v1.2.6

Minor Bug Fixes

07 Jul 22:06
Compare
Choose a tag to compare
  • 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

28 Dec 20:30
Compare
Choose a tag to compare

Minor changes to modal display for writeback config

Performance Improvments

22 Dec 18:27
Compare
Choose a tag to compare

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

29 Nov 08:24
Compare
Choose a tag to compare
  • 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

10 Oct 02:08
Compare
Choose a tag to compare

New feature: Add a toggle button to a report to show the reports filter logic, created via advanced logic or the normal report builder.