Comment 13 for bug 957466

Revision history for this message
Martha Driscoll (mjdriscoll) wrote :

I tested Jason's and Remington's commits using both Vandelay within the client and marc_stream_importer.pl.

First I tested with records that do not contain a 905 $u. In the client, the records received the logged-in user as the editor and the edit_date and source were updated. Using marc_stream_importer.pl, the editor and source were updated according to the --user and --source arguments. The edit_date was updated as well. This all works great.

When importing records with a 905 $u, the editor in the 905 $u was used and the edit_date and source were updated. This was true when an on-file record was updated.

When importing records with a 905 $u and there is no already-on-file record, the editor was set to the logged in user (vandelay) or the user specified with --user (marc_stream_importer.pl) and the 905 $u was ignored.