2.0.16
Enhancements:
#478: Provide almost all report detail in the email template (#539)
#475: Rename and make customizable parentTask (#523)
Bug fixes:
Use correct status (#541)
Fixes incorrect change from commit 84332c5
#449: Fix duplicating approval step name bug (#528)
This makes sure that when adding approval steps to an organization the
steps added after the first one do not automatically get the name of the
first step.
#479: Fix assigning a principal to an advisor (#527)
This makes sure that changing the associated principal for an advisor no
longer depends on wherther the advisor is a super user or admin.
#468: Prevent updating the original object (#524)
Make a copy of the associatedPositions array to prevent updating the original object passed by the caller.
Fixes #468
Framework improvements:
Gh 379 load (#437)
Gh 358 Upgrade to webpack 4 (#401)
Remove imports unused after commit 6b2ac8c (#540)
#525: Improve insights performance (#526)
This makes sure that the GraphQL queries for the insights charts only
retrieve the used field. This should improve the performance of the
insights. We also removed a few fields from the GraphQL fields of the
ReportCollection, they were not used.