Closed rsamanez closed 7 months ago
The function that recreates the touchpoints definitions after an update has a bug in the APS Touchpoint. It requiere to add the measure_time property
File: services/DataMamager.js Function: UpdateNewConfiguration
There’s an issue I have found with Pathpoint, I am not able to save changes in “since” time in query window for "APS touchpoint" type
Add this code on line 2501: measure_time: query_measure_time,
The function that recreates the touchpoints definitions after an update has a bug in the APS Touchpoint. It requiere to add the measure_time property
Description
File: services/DataMamager.js Function: UpdateNewConfiguration
Steps to Reproduce
There’s an issue I have found with Pathpoint, I am not able to save changes in “since” time in query window for "APS touchpoint" type
Solution
Add this code on line 2501:
measure_time: query_measure_time,