This patch also fixes a bug that preferred the webstaff patron editor
from successfully removing a staged patron upon completing the
registration of the patron.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
if (user.usrname == '')
user.usrname = card.barcode;
}
+
+ angular.forEach(cuser.settings, function(setting) {
+ service.user_settings[setting.setting()] = Boolean(setting.value());
+ });
}
// copy select values from the cloned user to the new user.
'open-ils.actor',
'open-ils.actor.user.stage.delete',
egCore.auth.token(),
- service.stage_user.row_id()
+ service.stage_user.user.row_id()
);
}