@@ -12,6 +12,7 @@ import {
12
12
fillForm ,
13
13
} from "../../../../.storybook/playFunctions" ;
14
14
import { destructionListFactory } from "../../../fixtures/destructionList" ;
15
+ import { paginatedDestructionListItemsFactory } from "../../../fixtures/destructionListItem" ;
15
16
import { paginatedZakenFactory } from "../../../fixtures/paginatedZaken" ;
16
17
import { reviewFactory } from "../../../fixtures/review" ;
17
18
import { reviewItemsFactory } from "../../../fixtures/reviewItem" ;
@@ -123,7 +124,7 @@ const FIXTURE_EDIT: DestructionListDetailContext = {
123
124
reviewers : usersFactory ( ) ,
124
125
archivists : usersFactory ( ) ,
125
126
user : usersFactory ( ) [ 0 ] ,
126
- zaken : paginatedZakenFactory ( ) ,
127
+ destructionListItems : paginatedDestructionListItemsFactory ( ) ,
127
128
selectableZaken : paginatedZakenFactory ( ) ,
128
129
zaakSelection : { } ,
129
130
review : null ,
@@ -164,7 +165,7 @@ const FIXTURE_PROCESS_REVIEW: DestructionListDetailContext = {
164
165
reviewers : usersFactory ( ) ,
165
166
archivists : usersFactory ( ) ,
166
167
user : usersFactory ( ) [ 0 ] ,
167
- zaken : {
168
+ destructionListItems : {
168
169
count : reviewItemsFactory ( ) . length ,
169
170
next : null ,
170
171
previous : null ,
@@ -274,7 +275,7 @@ const FIXTURE_FINAL_DESTRUCTION: DestructionListDetailContext = {
274
275
reviewers : usersFactory ( ) ,
275
276
archivists : usersFactory ( ) ,
276
277
user : usersFactory ( ) [ 0 ] ,
277
- zaken : {
278
+ destructionListItems : {
278
279
count : reviewItemsFactory ( ) . length ,
279
280
next : null ,
280
281
previous : null ,
@@ -346,7 +347,7 @@ const FIXTURE_DELETE: DestructionListDetailContext = {
346
347
reviewers : usersFactory ( ) ,
347
348
archivists : usersFactory ( ) ,
348
349
user : usersFactory ( ) [ 0 ] ,
349
- zaken : paginatedZakenFactory ( ) ,
350
+ destructionListItems : paginatedDestructionListItemsFactory ( ) ,
350
351
selectableZaken : paginatedZakenFactory ( ) ,
351
352
zaakSelection : { } ,
352
353
review : null ,
0 commit comments