Edit forms do not submit if there are more than 999 titles of 1 type - regular, reviews or interviews. This is caused by the fact that the JavaScript code only allows 1,000 titles per type. Since we have publications with up to 1,800 titles per type, we need to increase the limit to 2,000 for now. Note that this will cause performance problems when submitting forms with a lot of titles, so we will need a different long term solution.
Anonymous
Immediate problem fixed in css/edit_js.js , installed in SVN 93. Closing the bug and will create a new SR for the performance issue.