Skip to content
Snippets Groups Projects
Commit 0f25456d authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Add update-case to updateChanges

parent dd21fbcb
No related merge requests found
......@@ -153,6 +153,9 @@ export class ContentListComponent implements OnInit {
this.location.back();
}
break;
case 'update':
this.notificationService.show('Content "' + this.contents[index].subject + '" updated.');
break;
case 'abort':
this.contents[index] = this.contentBackup;
break;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment