mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
upload version refresh (#3021)
This commit is contained in:
@@ -52,7 +52,7 @@ export class VersionListComponent implements OnChanges {
|
||||
.then(this.loadVersionHistory.bind(this));
|
||||
}
|
||||
|
||||
private loadVersionHistory() {
|
||||
loadVersionHistory() {
|
||||
this.isLoading = true;
|
||||
this.versionsApi.listVersionHistory(this.id).then((data) => {
|
||||
this.versions = data.list.entries;
|
||||
|
Reference in New Issue
Block a user