Skip to content

Commit d86e521

Browse files
committed
get actions
1 parent a46ea5c commit d86e521

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

data/actions.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -896,20 +896,27 @@
896896
"help_text": "When an Administrator exports data about Reports.",
897897
"subject_types": []
898898
},
899-
{
900-
"key": "EXPORTED_USERS",
901-
"value": "EXPORTED_USERS",
902-
"msg": "Exported Users",
903-
"help_text": "When an Administrator exports data about Users.",
904-
"subject_types": []
905-
},
906899
{
907900
"key": "CLIENTS_EXPORT",
908901
"value": "CLIENTS_EXPORT",
909902
"msg": "Exported Clients",
910903
"help_text": "When an Administrator exports data about Clients.",
911904
"subject_types": []
912905
},
906+
{
907+
"key": "CONTRACTOR_EXPORT",
908+
"value": "CONTRACTOR_EXPORT",
909+
"msg": "Exported Tutors",
910+
"help_text": "When an Administrator exports data about Tutors.",
911+
"subject_types": []
912+
},
913+
{
914+
"key": "SERVICE_RECIPIENTS_EXPORT",
915+
"value": "SERVICE_RECIPIENTS_EXPORT",
916+
"msg": "Exported Students",
917+
"help_text": "When an Administrator exports data about Students.",
918+
"subject_types": []
919+
},
913920
{
914921
"key": "EDITED_SYSTEM_SETTINGS",
915922
"value": "EDITED_SYSTEM_SETTINGS",

0 commit comments

Comments
 (0)