[PR #3017] [MERGED] Users can edit playlist in UI #3844

Closed
opened 2026-04-25 00:17:17 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3017
Author: @nichwall
Created: 5/26/2024
Status: Merged
Merged: 5/26/2024
Merged by: @advplyr

Base: masterHead: playlist_user_permissions


📝 Commits (2)

  • db9ee30 Playlist always shows edit/delete key
  • bd3dce2 Playlist row can always be deleted

📊 Changes

2 files changed (+5 additions, -6 deletions)

View changed files

📝 client/components/tables/playlist/ItemTableRow.vue (+3 -4)
📝 client/pages/playlist/_id.vue (+2 -2)

📄 Description

Fixes: https://github.com/advplyr/audiobookshelf/issues/3016

Do not hide the "edit" or "delete" key on the playlist page even if users do not have "Can Update" permission because they are private structures, so editing does not affect other users.

User without edit permissions view:
image


🔄 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/advplyr/audiobookshelf/pull/3017 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 5/26/2024 **Status:** ✅ Merged **Merged:** 5/26/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `playlist_user_permissions` --- ### 📝 Commits (2) - [`db9ee30`](https://github.com/advplyr/audiobookshelf/commit/db9ee301e36f5e6f6f631c53fd945f637ab2c0f5) Playlist always shows edit/delete key - [`bd3dce2`](https://github.com/advplyr/audiobookshelf/commit/bd3dce26d9daa1ca27024c3b0cfb304a10141cb0) Playlist row can always be deleted ### 📊 Changes **2 files changed** (+5 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `client/components/tables/playlist/ItemTableRow.vue` (+3 -4) 📝 `client/pages/playlist/_id.vue` (+2 -2) </details> ### 📄 Description Fixes: https://github.com/advplyr/audiobookshelf/issues/3016 Do not hide the "edit" or "delete" key on the playlist page even if users do not have "Can Update" permission because they are private structures, so editing does not affect other users. User without edit permissions view: ![image](https://github.com/advplyr/audiobookshelf/assets/5686638/e1307f29-5f0a-4b8c-95b3-97a8c4e0ef11) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:17 +02:00
adam closed this issue 2026-04-25 00:17:17 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3844