Comment 2 for bug 2002436

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote (last edit ):

I'm seeing this in 3.11 also.

It looks like the request to grab the ccat items is trying to restrict to only active items.

return this.pcrud.retrieveAll('ccat',
        { active: true,
            scope_org: this.org.ancestors(this.auth.user().ws_ou(), true)
        }, {atomic: true}

It looks like this is the request that is returning all the the alert types.

["<key>", {id: {!=: null}}, {active: true, scope_org: [102, 101, 1]}]

Trying to track down why that isn't returning only the active alerts.

Josh