Lucas_Werkmeister_WMDE added a comment.

  Tried reproducing this locally with the following snippet in the dev tools 
console:
  
    api = new mw.Api(); now = new Date(); item1 = ( await 
api.postWithEditToken( { action: 'wbeditentity', new: 'item', summary: 
'T309445', data: JSON.stringify( { labels: { en: { language: 'en', value: 
`${now.toISOString()} (en)` } } } ) } ) ).entity.id; console.log( item1 ); 
item2 = ( await api.postWithEditToken( { action: 'wbeditentity', new: 'item', 
summary: 'T309445', data: JSON.stringify( { labels: { de: { language: 'de', 
value: `${now.toISOString()} (de)` } } } ) } ) ).entity.id; console.log( item2 
); await api.postWithEditToken( { action: 'wbmergeitems', fromid: item2, toid: 
item1, summary: 'T309445' } );
  
  But didn’t succeed in reproducing the error, both labels are present in the 
terms store afterwards. It’s possible that this bug is related to some of the 
extra stuff that the merge gadget does.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Moebeus, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to