Skip to content

Commit c840afe

Browse files
committed
Search for attachments by the file id
Closes #6266
1 parent 30e42f0 commit c840afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wcfsetup/install/files/lib/system/gridView/admin/AttachmentGridView.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ final class AttachmentGridView extends AbstractGridView
4545
public function __construct()
4646
{
4747
$this->addColumns([
48-
GridViewColumn::for('attachmentID')
48+
GridViewColumn::for('fileID')
4949
->label('wcf.global.objectID')
5050
->renderer(new ObjectIdColumnRenderer())
5151
->filter(new ObjectIdFilter())

0 commit comments

Comments
 (0)