Bene created this task.
Bene added a subscriber: Bene.
Bene added projects: Wikidata, MediaWiki-extensions-WikibaseView.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  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
  ``` lang=js
  setClaim: function( claim, baseRevId, index ) {
        if( typeof claim !== 'object' || typeof baseRevId !== 'number' ) {
                throw new Error( 'Parameter not specified properly' );
        }
        ...
  ```

TASK DETAIL
  https://phabricator.wikimedia.org/T103603

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bene
Cc: Aklapper, Bene, Wikidata-bugs, aude, Malyacko, P.Copp



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to