We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script error: item not defined
Setting up an Action with Event=None using this script #115 as Data, I get:
Event=None
Data
Script error: item not defined
when triggering the action using the item menu "Trigger Action"
If I instead set the Action as Create annotation or Create Item, the script works.
Create annotation
Create Item
Likely you need to add none as an event type here?
none
zotero-actions-tags/src/utils/rules.ts
Line 152 in bc518a9
The text was updated successfully, but these errors were encountered:
320076e
No branches or pull requests
Setting up an Action with
Event=None
using this script#115
as
Data
, I get:when triggering the action using the item menu "Trigger Action"
If I instead set the Action as
Create annotation
orCreate Item
, the script works.Likely you need to add
none
as an event type here?zotero-actions-tags/src/utils/rules.ts
Line 152 in bc518a9
The text was updated successfully, but these errors were encountered: