https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37675 --- Comment #31 from David Cook <dcook@prosentient.com.au> --- Created attachment 170796 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170796&action=edit Bug 37675: Remove need for random numbers in MARC subfields This change removes the need for random numbers in the index_tag and index_subfield variables. Instead, respectively, we use the tag number and an incrementing integer. This eliminates the possibility of duplicate ID/name values in server-side generated content. Note that there is still a risk of a collision when generating these values via the Javascript at this time. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.