[PR #1530] [MERGED] Fixed schedule info when using Prev/Next button #3567

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1530
Author: @mfcar
Created: 2/21/2023
Status: Merged
Merged: 2/21/2023
Merged by: @advplyr

Base: masterHead: fixingScheduleModal


📝 Commits (2)

  • a006eb4 Fix schedule modal info
  • 0d8917c Update client/components/widgets/CronExpressionBuilder.vue

📊 Changes

2 files changed (+23 additions, -2 deletions)

View changed files

📝 client/components/modals/item/tabs/Schedule.vue (+9 -1)
📝 client/components/widgets/CronExpressionBuilder.vue (+14 -1)

📄 Description

Today if you set up a schedule for each podcast, you can see the configuration if you access each podcast individually.
But if you try to use the prev/next button to navigate between each podcast schedule, the configuration is not refreshed, and the modal freeze on the first podcast configuration.

This pull request fixes the configuration loading when you use the prev/next button to navigate on the schedule modal.

Bug

efore I access each podcast schedule configuration individually after I try to use the Prev/Next button.

https://user-images.githubusercontent.com/814828/220464863-657b1977-43ed-4c4a-b8ba-b2c1fcc71625.mov

After fix

https://user-images.githubusercontent.com/814828/220464908-c4a5be5d-3323-42d7-8552-661f326ce3ee.mov


🔄 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/1530 **Author:** [@mfcar](https://github.com/mfcar) **Created:** 2/21/2023 **Status:** ✅ Merged **Merged:** 2/21/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `fixingScheduleModal` --- ### 📝 Commits (2) - [`a006eb4`](https://github.com/advplyr/audiobookshelf/commit/a006eb489d9cf0971f2ffc6afee126a1f6836ecf) Fix schedule modal info - [`0d8917c`](https://github.com/advplyr/audiobookshelf/commit/0d8917ced66caeaa2f83f935405c2fc768f25500) Update client/components/widgets/CronExpressionBuilder.vue ### 📊 Changes **2 files changed** (+23 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/item/tabs/Schedule.vue` (+9 -1) 📝 `client/components/widgets/CronExpressionBuilder.vue` (+14 -1) </details> ### 📄 Description Today if you set up a schedule for each podcast, you can see the configuration if you access each podcast individually. But if you try to use the prev/next button to navigate between each podcast schedule, the configuration is not refreshed, and the modal freeze on the first podcast configuration. This pull request fixes the configuration loading when you use the prev/next button to navigate on the schedule modal. ### Bug efore I access each podcast schedule configuration individually after I try to use the Prev/Next button. https://user-images.githubusercontent.com/814828/220464863-657b1977-43ed-4c4a-b8ba-b2c1fcc71625.mov ### After fix https://user-images.githubusercontent.com/814828/220464908-c4a5be5d-3323-42d7-8552-661f326ce3ee.mov --- <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:16:10 +02:00
adam closed this issue 2026-04-25 00:16:10 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3567