Skip to content

Commit 95e342b

Browse files
Fixed issue where the correct detail form was not being used
1 parent 222642d commit 95e342b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Forms/GridField/GridFieldDetailForm.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
class GridFieldDetailForm extends SS_GridFieldDetailForm
77
{
88
protected $template = GridFieldDetailForm::class;
9+
protected $itemRequestClass = GridFieldDetailForm_ItemRequest::class;
910
}

0 commit comments

Comments
 (0)