[PR #2682] [MERGED] Including parent information in recycle bin #6044

Closed
opened 2026-02-05 10:23:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2682
Author: @arjvand
Created: 4/17/2021
Status: Merged
Merged: 6/26/2021
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (1)

  • 2744b2a Added parent info to recycle bin

📊 Changes

2 files changed (+13 additions, -1 deletions)

View changed files

📝 resources/lang/en/settings.php (+1 -0)
📝 resources/views/settings/recycle-bin/index.blade.php (+12 -1)

📄 Description

According to issue #2594 when a child item has been deleted and the parent item also gets deleted, there is no way to see the parent information in order to recover child item. This PR includes parent information in recycle bin to help user recover child elements.

screen1


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/2682 **Author:** [@arjvand](https://github.com/arjvand) **Created:** 4/17/2021 **Status:** ✅ Merged **Merged:** 6/26/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2744b2a`](https://github.com/BookStackApp/BookStack/commit/2744b2a243e4c9e36eef160b666f95c902154d87) Added parent info to recycle bin ### 📊 Changes **2 files changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `resources/lang/en/settings.php` (+1 -0) 📝 `resources/views/settings/recycle-bin/index.blade.php` (+12 -1) </details> ### 📄 Description According to issue #2594 when a child item has been deleted and the parent item also gets deleted, there is no way to see the parent information in order to recover child item. This PR includes parent information in recycle bin to help user recover child elements. ![screen1](https://user-images.githubusercontent.com/6619045/115107621-6809c380-9f81-11eb-855b-f3f7027bd99b.jpg) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:23:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6044