[ASD-2483] Validate folder name on change (#3088)

* notify service refactoring
get translate eliminitation in favor of instant
add error event where necessary
fix config problem during test

* fix delete notify test

* remove fdescribe

* fix core test

* errors

* fix types
This commit is contained in:
Eugenio Romano
2018-03-21 16:55:52 +00:00
committed by GitHub
parent de0fdd9ab4
commit 2951374cc0
25 changed files with 357 additions and 260 deletions
@@ -14,7 +14,7 @@ Adds a drag and drop area to upload files to Alfresco.
DRAG HERE
</div>
</adf-upload-drag-area>
<file-uploading-dialog></file-uploading-dialog>
<adf-file-uploading-dialog></adf-file-uploading-dialog>
```
```ts
@@ -40,3 +40,4 @@ export class AppComponent {
| Name | Description |
| --- | --- |
| success | Raised when the file is uploaded |
| error | Raised when the file upload goes in error |