[PR #635] [MERGED] Adds button to allow users to toggle the book view via the books list… #5681

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/635
Author: @Abijeet
Created: 12/26/2017
Status: Merged
Merged: 12/29/2017
Merged by: @ssddanbrown

Base: masterHead: feature-613


📝 Commits (2)

  • 0d4db60 Adds button to allow users to toggle the book view via the books list page.
  • d5a2529 Adds test cases and fixes an issue with the permission checking.

📊 Changes

7 files changed (+55 additions, -4 deletions)

View changed files

📝 app/Http/Controllers/BookController.php (+1 -1)
📝 app/Http/Controllers/UserController.php (+23 -0)
📝 resources/lang/en/entities.php (+1 -0)
📝 resources/views/books/index.blade.php (+6 -1)
📝 routes/web.php (+1 -0)
📝 tests/Entity/EntityTest.php (+22 -1)
📝 tests/UserProfileTest.php (+1 -1)

📄 Description

… page.

Closes #613

Signed-off-by: Abijeet abijeetpatro@gmail.com


🔄 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/635 **Author:** [@Abijeet](https://github.com/Abijeet) **Created:** 12/26/2017 **Status:** ✅ Merged **Merged:** 12/29/2017 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `feature-613` --- ### 📝 Commits (2) - [`0d4db60`](https://github.com/BookStackApp/BookStack/commit/0d4db603a47a6cd8889bb7b591bdc2cffbcac134) Adds button to allow users to toggle the book view via the books list page. - [`d5a2529`](https://github.com/BookStackApp/BookStack/commit/d5a252977576c8f45e16bba51c6b5762c9152d93) Adds test cases and fixes an issue with the permission checking. ### 📊 Changes **7 files changed** (+55 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/BookController.php` (+1 -1) 📝 `app/Http/Controllers/UserController.php` (+23 -0) 📝 `resources/lang/en/entities.php` (+1 -0) 📝 `resources/views/books/index.blade.php` (+6 -1) 📝 `routes/web.php` (+1 -0) 📝 `tests/Entity/EntityTest.php` (+22 -1) 📝 `tests/UserProfileTest.php` (+1 -1) </details> ### 📄 Description … page. Closes #613 Signed-off-by: Abijeet <abijeetpatro@gmail.com> --- <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:14:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5681