Merge pull request #772 from getmaxun/record-fix

feat: prevent robot saving without capture actions
This commit is contained in:
Karishma Shukla
2025-09-10 12:31:17 +05:30
committed by GitHub
8 changed files with 223 additions and 78 deletions

View File

@@ -252,7 +252,15 @@
"unable_create_settings": "Unable to create list settings. Make sure you have defined a field for the list.",
"capture_text_discarded": "Capture Text Discarded",
"capture_list_discarded": "Capture List Discarded",
"label_required": "Label cannot be empty"
"label_required": "Label cannot be empty",
"duplicate_label": "This label already exists. Please use a unique label.",
"no_text_captured": "Please highlight and select text elements before confirming.",
"capture_list_first": "Please hover over a list and select text fields inside it first",
"confirm_all_list_fields": "Please confirm all captured list fields before proceeding"
},
"tooltips": {
"capture_list_first": "Hover over a list and select text fields inside it first",
"confirm_all_list_fields": "Please confirm all captured list fields before proceeding"
}
},
"save_recording": {
@@ -269,7 +277,8 @@
},
"errors": {
"user_not_logged": "User not logged in. Cannot save recording.",
"exists_warning": "Robot with this name already exists, please confirm the Robot's overwrite."
"exists_warning": "Robot with this name already exists, please confirm the Robot's overwrite.",
"no_actions_performed": "Cannot save robot. Please perform at least one capture action before saving."
},
"tooltips": {
"saving": "Optimizing and saving the workflow"