Comment 44 for bug 1839341

Revision history for this message
Mike Rylander (mrylander) wrote :

Hi all,

Addressing the above-mentioned issues:

 * Boolean "false" is true => While the "revert" version of this problem was addressed before, I have now addressed the direct setting version of the issue. The Acquisitions -> Load MARC Order Records example is working correctly for me.

 * The permission issue exists because the ppl class (permission.perm_list table) requires one of CREATE_PERM, UPDATE_PERM, or DELETE_PERM, applied globally, in order to retrieve the extant permissions. We need to add VIEW_PERMISSION, which is granted to Staff by default, to that list for pcrud retrieval of ppl objects.

I'll push a branch implementing these fixes soon.