[PR #152] [MERGED] Select currently configured files in tag editor #3756

Closed
opened 2026-03-20 23:08:13 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/152
Author: @milo526
Created: 10/29/2023
Status: Merged
Merged: 10/29/2023
Merged by: @nlimper

Base: masterHead: master


📝 Commits (1)

  • 24655c5 Select currently configured files in tag editor

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 ESP32_AP-Flasher/wwwroot/main.js (+4 -3)

📄 Description

When editing a tag that uses the json-template content mode, the current filename would not be selected since the list of filenames is loaded asynchronously and not available at the time we set the value.

This comment sets the value of the select as soon as the selectable file options are available.


🔄 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/OpenEPaperLink/OpenEPaperLink/pull/152 **Author:** [@milo526](https://github.com/milo526) **Created:** 10/29/2023 **Status:** ✅ Merged **Merged:** 10/29/2023 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`24655c5`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/24655c51e039eb81ebbc23f1455198d5f2b83626) Select currently configured files in tag editor ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/wwwroot/main.js` (+4 -3) </details> ### 📄 Description When editing a tag that uses the json-template content mode, the current filename would not be selected since the list of filenames is loaded asynchronously and not available at the time we set the value. This comment sets the value of the select as soon as the selectable file options are available. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 23:08:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3756