Enable "Hide F/X events" in eventlist by default

Hi all,

We are using the sceval module that rejects many false events. There is a useful flag in the scolv eventlist Hide F/X events that hides all events marked as rejected by sceval. Is there a way to auto-enable this checkbox on start-up in the config like we do for authors:

eventlist.filter.agencies.enabled = true

Because I could not find it but maybe the docs aren’t up-to-date yet.

Thanks,

Mathijs

Mathijs,

i have this in global.conf to mask out types i don’t want to see regularly

eventlist.filter.types.label = “Hide other/faked events”
eventlist.filter.types.blacklist = “not existing”, “quarry blast”, “other”, “earthquake”, “ice quake”
eventlist.filter.types.enabled = false

and that also allows to mask out rejected status - at least on a very quick trial.

Jan

Hi Jan thanks for the suggestion! I could not get it this option to filter out “rejected (X)” events as this option only seems to work on event types not the status.

Mathijs

Hi Mathijs,

there is not such option currently. I will add eventlist.filter.fx.enabled.

1 Like