mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-4371] Versioning - revert upload version on delete (#4572)
* revert upload version on delete * methods return type
This commit is contained in:
committed by
Denys Vuika
parent
1f6e868464
commit
8975d4b6a6
@@ -161,7 +161,8 @@
|
||||
"500": "Internal server error, try again or contact IT support [500]",
|
||||
"504": "The server timed out, try again or contact IT support [504]",
|
||||
"403": "Insufficient permissions to upload in this location [403]",
|
||||
"404": "Upload location no longer exists [404]"
|
||||
"404": "Upload location no longer exists [404]",
|
||||
"409": "A file with the same name already exists [409]"
|
||||
},
|
||||
"ARIA-LABEL": {
|
||||
"ERROR": "Upload error"
|
||||
|
||||
Reference in New Issue
Block a user