Cant open some triggers to edit

  • Used Zammad version: 3.1.x
  • Used Zammad installation source: package
  • Operating system: Centos 7
  • Browser + version: Mozilla Firefox 68

Expected behavior:

Clicking on a trigger opens the edit-box.

Actual behavior:

There are some triggers i created last week, which dont open on click… I cant clone it too.
Maybe a selected status that no longer exists could be the problem.

Yours, Daniel.

Can you please take a look into your production log and search for “ERROR” to see if something related might pop up?

Beside that, it’s poberbly a javascript related issue which blocks you here, you might want to open your developer console of the browser and navigate to the console tab.
When clicking on any trigger, it should throw errors there.

Just a guess: You didn’t happen to delete objects that are referenced in Triggers? :wink:

In the production.log are no errors for this issue…
In the browser is the error below on clicking a failing trigger:

P.S.: Your guess has come true. :+1: I deactivated an object that was used in this trigger… After activating the object and removing the need in the trigger everything runs as desired again.

Maybe you could show a popup with the hint “Needed object deactivated or deleted.”

“Glad” that it was that easy :smiley:
However, even better approach here: https://github.com/zammad/zammad/issues/2560

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.