TF-3051 Fix should not allow create rule with no actions

This commit is contained in:
dab246
2024-09-10 16:02:08 +07:00
committed by Dat H. Pham
parent 3c5b0d9da4
commit 489db053ee
4 changed files with 110 additions and 64 deletions
+19 -7
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2024-08-23T16:45:33.629548",
"@@last_modified": "2024-09-10T15:59:25.469570",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2134,12 +2134,6 @@
"placeholders_order": [],
"placeholders": {}
},
"toastErrorMessageWhenCreateNewRule": "You have not filled in the information completely.",
"@toastErrorMessageWhenCreateNewRule": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"vacationSettingExplanation": "Sends an automated reply to incoming messages.",
"@vacationSettingExplanation": {
"type": "text",
@@ -3993,5 +3987,23 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"youHaveNotAddedConditionToRule": "You have not added a condition to the rule.",
"@youHaveNotAddedConditionToRule": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"youHaveNotAddedActionToRule": "You have not added a action to the rule.",
"@youHaveNotAddedActionToRule": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"youHaveNotSelectedAnyActionForRule": "You have not selected any action for the rule.",
"@youHaveNotSelectedAnyActionForRule": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}