Tag and related item counters not updating

10 views
Skip to first unread message

Marin

unread,
Dec 9, 2025, 12:59:12 AM (4 days ago) Dec 9
to zotero-dev
Hi,
I'm very new to writing code for Zotero, so I wonder if I am doing a silly mistake.
I have the following code (tested using a fresh Zotero dabase on Zotero 7.0.30)
```
let item = Zotero.Items.get(1);
item.addTag("test");
item.save();
```
The tag is created fine, but the panel still shows 0 tags.
Same is true for `addRelatedItem();` (see screenshot below)

Is this expected? Or am I doing a mistake when creating/saving the tag?
2025-12-08_10-17.png

XY Wong

unread,
4:54 AM (12 hours ago) 4:54 AM
to zotero-dev
Thanks for the report. We'll investigate.

Btw, please always use the latest beta (https://www.zotero.org/support/beta_builds) for plugin development.
Reply all
Reply to author
Forward
0 new messages