Gentleman, created a patch to triggers.php enabling to view only unknown value triggers. It is so useful to you filter triggers by Unknown status and solve the monitor issue.
You only need to setup on language files the translation of follow options:
---cut---
'S_SHOW_UNKNOWN_TRIGGERS'=> 'Show only unknown trigger ',
'S_SHOW_ALL_TRIGGERS'=> 'Show all triggers',
---cut---
This feature was request in many threads, so I hope it can help you.
Best Regards
You only need to setup on language files the translation of follow options:
---cut---
'S_SHOW_UNKNOWN_TRIGGERS'=> 'Show only unknown trigger ',
'S_SHOW_ALL_TRIGGERS'=> 'Show all triggers',
---cut---
This feature was request in many threads, so I hope it can help you.
Best Regards

Comment