[PR #1726] [CLOSED] New setting - Enable inheritance of permission to a book when assigning to a shelf #5867

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1726
Author: @philjak
Created: 10/18/2019
Status: Closed

Base: masterHead: feature_inherit_permission_shelves


📝 Commits (3)

  • f84ed2b Inherit book permission from shelve.
  • 13d8eb4 Fixed typo shelve -> shelf
  • c13b985 Fixed typo shelve -> shelf

📊 Changes

3 files changed (+27 additions, -1 deletions)

View changed files

📝 app/Entities/Bookshelf.php (+10 -1)
📝 resources/lang/en/settings.php (+3 -0)
📝 resources/views/settings/index.blade.php (+14 -0)

📄 Description

This PR adds a new setting to the settings page. After enabling this setting, a book that will be assigned to a shelf will automatically inherit the permissions of the shelf.


🔄 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/1726 **Author:** [@philjak](https://github.com/philjak) **Created:** 10/18/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature_inherit_permission_shelves` --- ### 📝 Commits (3) - [`f84ed2b`](https://github.com/BookStackApp/BookStack/commit/f84ed2bda7fc1a93b5f8ea11aa3a7834b31638ed) Inherit book permission from shelve. - [`13d8eb4`](https://github.com/BookStackApp/BookStack/commit/13d8eb4cbee6393d44c1bb77db55f63a2f7ae2cb) Fixed typo shelve -> shelf - [`c13b985`](https://github.com/BookStackApp/BookStack/commit/c13b9857b934c49684e815f8f293ef807dd25dba) Fixed typo shelve -> shelf ### 📊 Changes **3 files changed** (+27 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Entities/Bookshelf.php` (+10 -1) 📝 `resources/lang/en/settings.php` (+3 -0) 📝 `resources/views/settings/index.blade.php` (+14 -0) </details> ### 📄 Description This PR adds a new setting to the settings page. After enabling this setting, a book that will be assigned to a shelf will automatically inherit the permissions of the shelf. --- <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:19:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5867