Comment 3 for bug 2002436

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

Ah, retrieveAll just grabs all the results with a simple search of the primary key not being null. The second argument is the pcrudopts... which can control sorting, but not search options.

It should be this.pcrud.search() if we want to limit to active... and active: true seems to not work, needs to be active: 't'.

Working branch at: user/stompro/lp2002436_limit_alert_type_active_angular_volcopy

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/stompro/lp2002436_limit_alert_type_active_angular_volcopy