avniproject / ashwini

Ashwini OpenCHS Implementation Config
0 stars 0 forks source link

[RFT] undefined is not an object (evaluating 'imports.motherCalculations .isBelowNormalWeightGain') #40

Closed arjunk closed 1 month ago

arjunk commented 6 months ago

Rule uuid : 3a95e9b0-731a-4714-ae7c-10e1d03cebfe Rule / source type not showing up

Metabase Link

Current count : 19

Gojo-Taqi commented 4 months ago
BEULAHEVANJALIN commented 3 months ago
update rule_failure_telemetry
set is_closed        = true,
    closed_date_time = current_timestamp
where rule_uuid = '3a95e9b0-731a-4714-ae7c-10e1d03cebfe'
  and is_closed is false
  and organisation_id = (select id from organisation where name = 'Ashwini');

Closed 56 rfts. Added null check for imports.motherCalculations.isBelowNormalWeightGain. Will check if they are again popping up.