mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4268] Info drawer fixes (#4709)
* show error popups * proper error handling * update tests * update code as per review * remove old implementation * remove old code
This commit is contained in:
committed by
Eugenio Romano
parent
fc9f04c6c6
commit
bbea17fe37
@@ -277,6 +277,11 @@
|
||||
"CREATED_DATE": "Created Date",
|
||||
"MODIFIER": "Modifier",
|
||||
"MODIFIED_DATE": "Modified Date"
|
||||
},
|
||||
"ERRORS": {
|
||||
"GENERIC": "Error updating property",
|
||||
"409": "Duplicate child name not allowed [409]",
|
||||
"422": "Invalid property value"
|
||||
}
|
||||
},
|
||||
"SHARE": {
|
||||
|
Reference in New Issue
Block a user