Steps to reproduce:
<sjoerddebruin> 1. Remove the only existing reference
<sjoerddebruin> 2. Try to add a qualifier to the statement
<sjoerddebruin> 3. It never saves, stays on "saving..."
The javascript console gives the following error:
Error: Parameter not specified properly throw new Error( 'Parameter not specified properly' ); RepoApi.js (Zeile 480)
Which is
setClaim: function( claim, baseRevId, index ) { if( typeof claim !== 'object' || typeof baseRevId !== 'number' ) { throw new Error( 'Parameter not specified properly' ); } ...