Empty state, reload fixes
This commit is contained in:
parent
e3aa2784ba
commit
1e9071a643
@ -54,13 +54,19 @@
|
||||
|
||||
<iqser-workflow
|
||||
(addElement)="fileInput.click()"
|
||||
(noDataAction)="fileInput.click()"
|
||||
*ngIf="(listingMode$ | async) === listingModes.workflow"
|
||||
[config]="workflowConfig"
|
||||
[itemClasses]="{ disabled: disabledFn }"
|
||||
[itemTemplate]="workflowItemTemplate"
|
||||
[noDataButtonLabel]="'dossier-overview.no-data.action' | translate"
|
||||
[noDataText]="'dossier-overview.no-data.title' | translate"
|
||||
[showNoDataButton]="true"
|
||||
addElementColumn="UNASSIGNED"
|
||||
addElementIcon="red:upload"
|
||||
itemHeight="56px"
|
||||
noDataButtonIcon="red:upload"
|
||||
noDataIcon="red:document"
|
||||
></iqser-workflow>
|
||||
</div>
|
||||
|
||||
|
||||
@ -123,7 +123,7 @@ export class DossierOverviewScreenComponent extends ListingComponent<FileStatusW
|
||||
this.currentDossier.dossierTemplateId
|
||||
).fileAttributeConfigs;
|
||||
this.workflowConfig = {
|
||||
key: 'status',
|
||||
columnIdentifierFn: entity => entity.status,
|
||||
itemVersionFn: (entity: FileStatusWrapper) => `${entity.lastUpdated}-${entity.numberOfAnalyses}`,
|
||||
columns: [
|
||||
{
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 5d0bb11c65a5eb17216f6b30c944a14ebd4ece7a
|
||||
Subproject commit 0dc6d05cef931e2682bb9584ad0d0cb31144e5c6
|
||||
Loading…
x
Reference in New Issue
Block a user