Open
Description
Decisions have a trigger hierarchy (allowed -> visible -> available), so any triggers on the ones before don't need to be repeated in the latter ones - the only exception being visible and target_trigger, which need to be equal to one another.
In the above case, the available is completely redudant, as the conditions are already being met if the decision is visible.