Title Merge errors out on non-numeric record IDs. To recreate the problem, pull up the "Proposed Title Merge Submission" page, save it as an HTML file, then manually edit the saved file. Change name="record1" to something like name="record1zzz" and submit the form. edit/ts_merge.py will error out on key_number = int(key.split('record')[1]) .
Anonymous