]> git.evergreen-ils.org Git - evergreen/tadl.git/commit
Fix IDL and OU setting check for staged users
authorJeff Godin <jgodin@tadl.org>
Tue, 29 May 2012 14:28:50 +0000 (10:28 -0400)
committerJeff Godin <jgodin@tadl.org>
Thu, 26 Jul 2012 05:32:25 +0000 (01:32 -0400)
commitde88b461de89ca541b5f18b9f048bdeaecbff60f
treed5dfa859858750e57a7b69f9aaac1658806cdcd9
parent751fa542ce71db23b3e135bd2d3f78ca62047d77
Fix IDL and OU setting check for staged users

The IDL had references to sequences that do not exist:

staging.usr_stage_row_id_seq -- a typo, fixed

In the case of staging.billing_address_stage_row_id_seq, the
staging.billing_address_stage table is created with LIKE,
and uses the sequence staging.mailing_address_stage_row_id_seq

The OU setting check for the open-ils.actor.user.stage.create API
call was not passing an org unit, and would always fail.

We now pass the home_ou of the user being staged.

At this point, the opac.allow_pending_user OU setting type must
be manually created before its value can be set.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Stage.pm