mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #152] [MERGED] Select currently configured files in tag editor #2097
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
24655c5Select 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.