[CSTPER-3620] Workflow Actions refresh entire MyDSpace page instead of just WorkflowItem

Fixes and debug log
This commit is contained in:
Alessandro Martelli
2021-01-19 09:10:24 +01:00
parent 258e48e9a2
commit 2becaca1b0
10 changed files with 72 additions and 23 deletions

View File

@@ -18,6 +18,7 @@ import { ProcessTaskResponse } from '../../core/tasks/models/process-task-respon
import { getFirstCompletedRemoteData } from '../../core/shared/operators';
import { getSearchResultFor } from '../search/search-result-element-decorator';
import { MyDSpaceActionsComponent } from './mydspace-actions';
import {Subscription} from 'rxjs/internal/Subscription';
/**
* Abstract class for all different representations of mydspace actions
@@ -49,6 +50,7 @@ export abstract class MyDSpaceReloadableActionsComponent<T extends DSpaceObject,
ngOnInit() {
this.initReloadAnchor();
this.initObjects(this.object);
console.log('OnInit ReloadableAction', this.object, this);
}
/**