From a46467b9149ef5435124c3cfab5737332293afa5 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 11 Feb 2026 00:01:48 +0000
Subject: [PATCH] =upload manager tweaks; especially for fields that already have values and are being updated
---
assets/js/concise/Queue.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/assets/js/concise/Queue.js b/assets/js/concise/Queue.js
index d50488e..a4ed3b1 100644
--- a/assets/js/concise/Queue.js
+++ b/assets/js/concise/Queue.js
@@ -28,7 +28,7 @@
this.initListeners();
this.initStore();
if (this.canUpdateUI && this.ui.panel) {
- this.popup = new window.jvbPopup({
+ this.popup = window.jvbPopup.registerPopup({
popup: this.ui.panel,
toggle: this.ui.toggle.button,
name: 'Queue Panel',
@@ -288,8 +288,7 @@
storeName: 'queue',
keyPath: 'id',
endpoint: this.endpoint,
- // TTL: Infinity,
- TTL: 5000,
+ TTL: Infinity,
indexes: [
{name: 'status', keyPath: 'status'},
{name: 'type', keyPath: 'type'},
--
Gitblit v1.10.0