LP#1676608: fix glitch with egCore.pcrud.apply()
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 7 Feb 2018 17:20:47 +0000 (12:20 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 28 Feb 2018 15:26:42 +0000 (10:26 -0500)
commit3e548a2893f8521278f6bdf331d35f14e1c17a75
treec510a51cbed07f23b38e3643bad543c87f0476b6
parentae68e4ff7d79d78b45a4c164305b7994982758f5
LP#1676608: fix glitch with egCore.pcrud.apply()

pcrud.apply() is supposed to skip any entries in the list
of CUD actions that don't explicitly mark themselves as
being a creation, update, or deletion, but didn't manage
to fully skip them. As a consequence, the browser console
would note complaints that open-ils.pcrud.apply.$IDLCLASS
methods do not exist.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/staff/services/pcrud.js