Requires something to be entered in the ID value field
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
// 3 == value universally required
// 2 == field is visible by default
// 1 == field is suggested by default
+ // PINES Customization: Make au.ident_value required
var field_visibility = {};
var default_field_visibility = {
'ac.barcode' : 3,
'au.pref_first_given_name' : 2,
'au.pref_family_name' : 2,
'au.ident_type' : 3,
+ 'au.ident_value' : 3,
'au.ident_type2' : 2,
'au.photo_url' : 2,
'au.locale' : 2,