[PR #1192] [MERGED] Update Author Modal on Changes #3475

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1192
Author: @lkiesow
Created: 11/21/2022
Status: Merged
Merged: 11/21/2022
Merged by: @advplyr

Base: masterHead: update-edit-author-modal


📝 Commits (1)

  • d387d5b Update Author Modal on Changes

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 client/components/modals/authors/EditModal.vue (+5 -1)

📄 Description

If you are on the home page and open the edit author modal, you can automatically update all data by clicking “Quick Match” or you can remove a set image by clicking 🗑.

Both options will update the actual data, but not the data in the open modal. This means that, for example, a picture is still shown in the modal after deleting it. That's confusing.

This patch fixes the bug and makes sure the modal is updated if the data is updated.


🔄 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/1192 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 11/21/2022 **Status:** ✅ Merged **Merged:** 11/21/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `update-edit-author-modal` --- ### 📝 Commits (1) - [`d387d5b`](https://github.com/advplyr/audiobookshelf/commit/d387d5b75800d2fd82b89ec7d40d61aed09c900a) Update Author Modal on Changes ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/authors/EditModal.vue` (+5 -1) </details> ### 📄 Description If you are on the home page and open the edit author modal, you can automatically update all data by clicking “Quick Match” or you can remove a set image by clicking 🗑. Both options will update the actual data, but not the data in the open modal. This means that, for example, a picture is still shown in the modal after deleting it. That's confusing. This patch fixes the bug and makes sure the modal is updated if the data is updated. --- <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:15:48 +02:00
adam closed this issue 2026-04-25 00:15:48 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3475