[PLUGIN][AttachmentCollections] Restore functionality

Some minor corrections
This commit is contained in:
2021-12-28 04:39:09 +00:00
parent a03429ba03
commit bb4149e092
9 changed files with 118 additions and 81 deletions

View File

@@ -94,7 +94,7 @@ class Attachment extends Controller
'title' => $res['title'],
'attachment' => $res['attachment'],
'note' => $res['note'],
'right_panel_vars' => ['attachment_id' => $attachment_id],
'right_panel_vars' => ['attachment_id' => $attachment_id, 'note_id' => $note_id],
];
});
} catch (NotFoundException) {