feat: Show warning message when removing last sharee that has access to credentials (no-changelog) (#4811)

* feat: add custom message when removing last credential accessor

* chore: remove unused imports

* chore: undo config schema changes

* fix: remove hash from interface
This commit is contained in:
Alex Grozav
2022-12-07 14:49:55 +02:00
committed by GitHub
parent c60e883640
commit 1fc17b5d81
3 changed files with 39 additions and 4 deletions

View File

@@ -1388,7 +1388,8 @@
"workflows.shareModal.select.placeholder": "Add people",
"workflows.shareModal.list.delete": "Remove access",
"workflows.shareModal.list.delete.confirm.title": "Remove {name}'s access?",
"workflows.shareModal.list.delete.confirm.message": "<strong>This might cause the workflow to stop working:</strong> if {name} is the only user with access to credentials used in this workflow, those credentials will also be removed from {workflow}.",
"workflows.shareModal.list.delete.confirm.message": "{name} will no longer have access to the workflow.",
"workflows.shareModal.list.delete.confirm.lastUserWithAccessToCredentials.message": "<strong>This might cause the workflow to stop working:</strong> {name} is the only user with access to credentials used in this workflow, those credentials will also be removed from {workflow}.",
"workflows.shareModal.list.delete.confirm.confirmButtonText": "Remove access",
"workflows.shareModal.list.delete.confirm.cancelButtonText": "Cancel",
"workflows.shareModal.onSave.success.title": "Workflow sharing settings have been saved",