From 5dbbe11f2b70135f96715e0ad65d9863b0e9f1ef Mon Sep 17 00:00:00 2001 From: sinehome <125361122+sinehome@users.noreply.github.com> Date: Sat, 11 May 2024 20:58:56 +0200 Subject: [PATCH] Remove call types (#2297) --- .../sg/v1/CallTypeButtons.json | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/hrm-form-definitions/form-definitions/sg/v1/CallTypeButtons.json b/hrm-form-definitions/form-definitions/sg/v1/CallTypeButtons.json index d3a5ce2130..ecf29eaafd 100644 --- a/hrm-form-definitions/form-definitions/sg/v1/CallTypeButtons.json +++ b/hrm-form-definitions/form-definitions/sg/v1/CallTypeButtons.json @@ -10,41 +10,5 @@ "label": "Someone calling about a child", "type": "button", "category": "data" - }, - { - "name": "silent", - "label": "Silent", - "type": "button", - "category": "non-data" - }, - { - "name": "hangup", - "label": "Hang up", - "type": "button", - "category": "non-data" - }, - { - "name": "abusive", - "label": "Abusive", - "type": "button", - "category": "non-data" - }, - { - "name": "thanks", - "label": "Thank you", - "type": "button", - "category": "non-data" - }, - { - "name": "questions", - "label": "Questions", - "type": "button", - "category": "non-data" - }, - { - "name": "emergency", - "label": "Emergency", - "type": "button", - "category": "non-data" } ]