[ADF-2567] delete a version (#3151)

* configuration support for version manager

* checkbox for version deletion demo

* i18n support for version manager

* deleting versions

* confirmation dialog for version deletion

* readme update

* update schema

* update code as per code review

* update i18n resources for demo shell

* unit tests
This commit is contained in:
Denys Vuika
2018-04-06 18:40:17 +01:00
committed by GitHub
parent 313d7f30cf
commit 5325fd4cd4
19 changed files with 285 additions and 43 deletions
+23
View File
@@ -1,4 +1,27 @@
{
"ADF_VERSION_LIST": {
"ACTIONS": {
"RESTORE": "Restore",
"DELETE": "Delete",
"DOWNLOAD": "Download",
"UPLOAD": {
"TITLE": "Upload new version",
"TOOLTIP": "Restriction: upload file with the same name to create a new version of it"
}
},
"CONFIRM_DELETE": {
"TITLE": "Delete version",
"MESSAGE": "Deleted file versions can not be restored. Delete?",
"YES_LABEL": "Yes",
"NO_LABEL": "No"
}
},
"ADF_CONFIRM_DIALOG": {
"TITLE": "Confirm",
"ACTION": "Do you want to proceed?",
"YES_LABEL": "Yes",
"NO_LABEL": "No"
},
"ADF-DOCUMENT-LIST": {
"EMPTY": {
"HEADER": "This folder is empty"