Enabling schema script *Query triggering in management ui

At the moment schema scripts will trigger in management ui only if the event type is:

  • Create
  • Change
  • Delete
  • Update

Do you know any easy way to change the squidex code locally to allow *Query schema scripts to trigger also for management ui? It does not be an issue if management portal features will have problems, I just need to prevent content queries for some users.

It would make my day. Thank you.

Hi, the query script only runs for non-UI API calls at the moment. We could either introduce a new script or extend it. PRs are welcome.