Skip to content
Discussion options

You must be logged in to vote

Hi,

This is not a bug, per se.

  • runOnAttributeChange is actually executed in Quick Edit as well. You can confirm this by doing a console.log (or api.log) inside the frontend part of the script. The reason is that runOnAttributeChange is actually not related to the UI/client at all, since everything is run on the server.
  • What does cause an issue for you is api.getActiveContextNote(). The active note context always represents the active tab. Even if there is a quick edit popup open, it will still return the currently active tab (which in your case happens to be the board).

Although I don't see documented anywhere, there is this magic api.originEntity property which is populated automatical…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bglogic
Comment options

Answer selected by eliandoran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
State: Triage Issues that need to be verified UI Issues related to user-interface/front-end
2 participants
Converted from issue

This discussion was converted from issue #7872 on November 29, 2025 14:32.