From da1599ca3402b2fb007cad0894696dd6369521eb Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 9 Jul 2024 04:42:50 -0400 Subject: [PATCH] Show popup for Rename File from Parent Metadata Closes #3230 --- chrome/content/zotero/zoteroPane.js | 9 ++++++++- chrome/locale/en-US/zotero/zotero.ftl | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 796b7b5342..fb1a01f1da 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -5640,6 +5640,9 @@ var ZoteroPane = new function() } var items = this.getSelectedItems(); + if (!items.length) return; + + var progressWin = new Zotero.ProgressWindow(); for (var i=0; i